gitea-rs/Cargo.toml
kjuulh e78d07db33
feat: find another name
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-09-23 22:29:11 +02:00

11 lines
254 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
gitea-client = { path = "crates/gitea-client" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }