remove stale comment

This commit is contained in:
Bryan Stitt 2023-04-05 15:26:39 -07:00
parent 7994c894bb
commit 072119901e

View File

@ -7,12 +7,10 @@ default-run = "web3_proxy_cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["deadlock_detection", "tokio-console"]
default = ["deadlock_detection"]
deadlock_detection = ["parking_lot/deadlock_detection"]
tokio-console = ["dep:tokio-console", "dep:console-subscriber"]
# TODO: turn tokio-console on with a feature. console-subscriber = { version = "0.1.7" }
[dependencies]
deferred-rate-limiter = { path = "../deferred-rate-limiter" }
entities = { path = "../entities" }