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]
|
[package]
|
||||||
name = "harmony_link_client"
|
name = "harmony_link_server"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@ opt-level = "z" # Optimize for binary size
|
||||||
strip = true # Remove debug symbols
|
strip = true # Remove debug symbols
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "harmony_link_client"
|
name = "harmony_link_server"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libloading = "0.8.0"
|
libloading = "0.8.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue