Update Cargo.toml

This commit is contained in:
Jordon Brooks 2023-06-07 19:43:35 +01:00 committed by GitHub
parent f9cf24e6de
commit 83587f1299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"