mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-13 03:12:25 +00:00
11 lines
268 B
TOML
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"] }
|