web3-proxy/quick_cache_ttl/Cargo.toml

15 lines
355 B
TOML
Raw Normal View History

[package]
name = "quick_cache_ttl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quick_cache = "0.3.0"
2023-06-07 20:48:55 +03:00
serde = "1"
2023-05-29 19:43:51 +03:00
tokio = { version = "1.28.2", features = ["full"] }
[dev-dependencies]
2023-05-29 19:43:51 +03:00
tokio = { version = "1.28.2", features = ["full", "test-util"] }