registry-cli/Cargo.toml

16 lines
404 B
TOML
Raw Normal View History

2022-01-01 07:01:14 +00:00
[package]
name = "registry-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-01-27 08:07:02 +00:00
crossterm = "0.22.1"
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde = {version = "1.0.136", features = ["derive"]}
serde_json = "1.0.78"
tokio = { version = "1", features = ["full"] }
tui = "0.17.0"