clean of Cargo.toml

This commit is contained in:
Paul 2023-01-08 14:07:36 +01:00
parent ce1abc0331
commit 06cb6f72be

View File

@ -23,19 +23,3 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
tokio = { version = "1.23", features = ["full"] } tokio = { version = "1.23", features = ["full"] }
zmq = "0.10" zmq = "0.10"
# [target.aarch64-unknown-linux-gnu.dependencies]
# flate2 = { version = "1.0", features = ["cloudflare_zlib"] }
# [target.aarch64-linux-android.dependencies]
# flate2 = { version = "1.0", features = ["zlib"] }
# [target.armv7-unknown-linux-gnueabihf.dependencies]
# flate2 = { version = "1.0", features = ["zlib"] }
# [target.x86_64-unknown-linux-gnu.dependencies]
# flate2 = { version = "1.0", features = ["cloudflare_zlib"] }
[profile.release]
debug = false
opt-level = 3