Files
flux-releaser/crates/flux-releaser/Cargo.toml
kjuulh ae1f91b2b1
Some checks failed
continuous-integration/drone/push Build is failing
feat: add protobuf
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-02-11 13:31:45 +01:00

19 lines
339 B
TOML

[package]
name = "flux-releaser"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
axum.workspace = true
prost = "0.12.3"
tonic = "0.11.0"
[build-dependencies]
tonic-build = "0.11.0"