dlrs/Cargo.toml

14 lines
264 B
TOML
Raw Normal View History

2022-05-31 15:48:09 +02:00
[package]
2023-06-02 21:20:52 +02:00
name = "dlrs"
2024-03-12 18:38:50 +01:00
version = "0.2.1"
2022-05-31 15:48:09 +02:00
edition = "2021"
[dependencies]
clap = "3.1.18"
regex = "1.5.6"
2022-06-02 00:19:04 +02:00
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.18.5", features = ["full"] }
2022-06-02 00:19:04 +02:00
serde_json = "1.0"
2022-06-03 00:14:54 +02:00
futures = "0.3"
2022-06-06 13:22:20 +02:00
colored = "2.0.0"