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]
name = "harmony_link_client"
name = "harmony_link_server"
version = "0.1.0"
edition = "2021"
@ -13,7 +13,7 @@ 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]