cl-cli/Cargo.toml

18 lines
471 B
TOML
Raw Permalink Normal View History

2023-03-27 15:53:41 +00:00
[package]
name = "cl-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.1.13", features = ["derive"] }
2024-01-08 12:26:09 +00:00
gitlab = "0.1607.0"
reqwest = "0.11.23"
2023-03-27 15:53:41 +00:00
serde = { version = "1.0.158", features = ["derive"] }
toml = "0.7.3"
url = "2.3.1"
2024-01-08 12:26:09 +00:00
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
simple-home-dir = "0.2.1"
log = "0.4.17"