dinopkg/crates/dinopkg-cli/Cargo.toml
2024-07-09 20:46:45 +01:00

11 lines
268 B
TOML

[package]
name = "dinopkg-cli"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.9", features = ["derive"] }
color-eyre = "0.6.3"
owo-colors = "4.0.0"
reqwest = "0.12.5"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }