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

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