gitnow/crates/gitnow/Cargo.toml
kjuulh 6c94f02428
Some checks failed
continuous-integration/drone/push Build is failing
feat: add cache
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-09-14 20:45:49 +02:00

30 lines
623 B
TOML

[package]
name = "gitnow"
edition = "2021"
version.workspace = true
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
async-trait = "0.1.82"
toml = "0.8.19"
gitea-rs = { git = "https://git.front.kjuulh.io/kjuulh/gitea-rs", version = "1.22.1" }
url = "2.5.2"
octocrab = "0.39.0"
dirs = "5.0.1"
prost = "0.13.2"
prost-types = "0.13.2"
bytes = "1.7.1"
[dev-dependencies]
pretty_assertions = "1.4.0"