summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0e5451ee017911afeb418e5638b1f848d0cc1f48 (plain)
1
2
3
4
5
6
7
8
[package]
name = "bashhttp"
version = "0.1.0"
edition = "2021"

[dependencies]
tokio = { version = "1.29", features = ["full"] }
chrono = "0.4.26"