2024-03-04 16:14:28 +00:00
|
|
|
[package]
|
|
|
|
name = "peanuts"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-10 14:31:43 +00:00
|
|
|
circular = { version = "0.3.0", path = "../circular" }
|
2024-03-04 16:14:28 +00:00
|
|
|
futures = "0.3.30"
|
|
|
|
nom = "7.1.3"
|
2024-11-02 02:59:40 +00:00
|
|
|
tokio = { version = "1.36.0", features = ["io-util", "net", "io-std", "full"] }
|