speedboat/Cargo.toml

19 lines
420 B
TOML
Raw Normal View History

2024-05-02 17:30:16 -04:00
[package]
name = "speedboat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-24 11:42:52 -04:00
base64 = "0.22.1"
bytes = "1.7.1"
2024-05-23 21:33:33 -04:00
chrono = "0.4.38"
2024-05-02 17:30:16 -04:00
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
futures = "0.3.30"
2024-05-24 11:42:52 -04:00
murmur3 = "0.5.2"
2024-05-02 17:30:16 -04:00
reqwest = "0.12.4"
select = "0.6.0"
2024-05-24 11:42:52 -04:00
tokio = { version = "1", features = ["full"] }