remove comment from Cargo.toml

This commit is contained in:
ghe0 2025-03-29 20:08:01 +02:00
parent c56843b3fd
commit d10fc0fd18
Signed by: ghe0
GPG Key ID: 451028EE56A0FBB4

@ -19,7 +19,6 @@ serde_yaml = "0.9.34"
tabled = "0.17.0" tabled = "0.17.0"
tokio-stream = "0.1.17" tokio-stream = "0.1.17"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
# tonic = { version = "0.12", features = ["tls"] }
tonic = { version = "0.12" } tonic = { version = "0.12" }
thiserror = "2.0.9" thiserror = "2.0.9"
bs58 = "0.5.1" bs58 = "0.5.1"