clean of Cargo.toml
This commit is contained in:
parent
ce1abc0331
commit
06cb6f72be
16
Cargo.toml
16
Cargo.toml
@ -23,19 +23,3 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.23", features = ["full"] }
|
||||
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
|
Loading…
Reference in New Issue
Block a user