worf/examples/worf-warden/Cargo.toml
Alexander Mohr 0fdee55fbe improve formatting w/ nightly toolchain
nightly rustformat allows some
advanced formatting for strings and
imports.
Add a pipeline steps that validates through this.
2025-07-26 22:50:33 +02:00

11 lines
258 B
TOML

[package]
name = "worf-warden"
version = "0.1.0"
edition = "2024"
[dependencies]
worf = { path = "../../worf" }
env_logger = "0.11.8"
log = "0.4.27"
serde = { version = "1.0.219", features = ["derive"] }
clap = { version = "4.5.40", features = ["derive"] }