mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
24 lines
694 B
TOML
24 lines
694 B
TOML
[package]
|
|
name = "fj"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
auth-git2 = "0.5.3"
|
|
clap = { version = "4.3.11", features = ["derive"] }
|
|
directories = "5.0.1"
|
|
eyre = "0.6.8"
|
|
forgejo-api = { git = "https://codeberg.org/Cyborus/forgejo-api.git", rev = "a4c081a770" }
|
|
futures = "0.3.28"
|
|
git2 = "0.17.2"
|
|
open = "5.0.0"
|
|
serde = { version = "1.0.170", features = ["derive"] }
|
|
serde_json = "1.0.100"
|
|
soft_assert = "0.1.1"
|
|
time = { version = "0.3.30", features = ["formatting"] }
|
|
tokio = { version = "1.29.1", features = ["full"] }
|
|
url = "2.4.0"
|
|
uuid = { version = "1.5.0", features = ["v4"] }
|
|
|