2023-09-13 22:05:47 +03:00
|
|
|
[package]
|
|
|
|
name = "deduped_broadcast"
|
2023-09-20 22:34:51 +03:00
|
|
|
version = "0.2.2"
|
2023-09-13 22:05:47 +03:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tracing = "0.1"
|
2023-10-07 13:41:11 +03:00
|
|
|
moka = { version = "0.12.1", features = ["future"] }
|
2023-09-13 22:05:47 +03:00
|
|
|
serde = "1"
|
|
|
|
tokio = { version = "1.32.0", features = ["full"] }
|