Update Cargo.toml
This commit is contained in:
parent
f9cf24e6de
commit
83587f1299
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "harmony_link_client"
|
||||
name = "harmony_link_server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -13,8 +13,8 @@ opt-level = "z" # Optimize for binary size
|
|||
strip = true # Remove debug symbols
|
||||
|
||||
[[bin]]
|
||||
name = "harmony_link_client"
|
||||
name = "harmony_link_server"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
libloading = "0.8.0"
|
||||
libloading = "0.8.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue