dinopkg/Cargo.toml

12 lines
264 B
TOML
Raw Normal View History

2024-07-09 19:24:48 +00:00
[package]
name = "dinopkg"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.9", features = ["derive"] }
color-eyre = "0.6.3"
2024-07-09 19:45:06 +00:00
owo-colors = "4.0.0"
2024-07-09 19:24:48 +00:00
reqwest = "0.12.5"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }