kjuulh
36aea1c05c
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
32 lines
700 B
TOML
32 lines
700 B
TOML
[package]
|
|
name = "cuddle-clusters"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
autotests = false
|
|
|
|
[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"] }
|
|
serde_yaml = "0.9.34"
|
|
tokio-stream = { version = "0.1.15", features = ["full"] }
|
|
walkdir = "2.5.0"
|
|
minijinja = { version = "2.0.1", features = ["custom_syntax"] }
|
|
futures = "0.3.30"
|
|
|
|
flux-releaser.workspace = true
|
|
|
|
[[test]]
|
|
name = "integration"
|
|
path = "tests/tests.rs"
|
|
|
|
[dev-dependencies]
|
|
similar-asserts = "1.5.0"
|
|
tracing-test = "0.2.4"
|