forgejo-cli/Cargo.toml

22 lines
549 B
TOML
Raw Normal View History

2023-07-11 18:43:19 +02:00
[package]
name = "fj"
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.3.11", features = ["derive"] }
directories = "5.0.1"
eyre = "0.6.8"
2023-11-09 18:46:08 +01:00
forgejo-api = { git = "https://codeberg.org/Cyborus/forgejo-api.git" }
2023-07-11 18:43:19 +02:00
futures = "0.3.28"
git2 = "0.17.2"
2023-07-11 19:05:00 +02:00
open = "5.0.0"
2023-07-11 18:43:19 +02:00
serde = { version = "1.0.170", features = ["derive"] }
serde_json = "1.0.100"
soft_assert = "0.1.1"
tokio = { version = "1.29.1", features = ["full"] }
url = "2.4.0"