aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: ca9d3898b87b349aea9e3ec76a367473c9294b31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[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]
futures = "0.3.30"
nom = "7.1.3"
tokio = "1.36.0"