nightly rustformat allows some advanced formatting for strings and imports. Add a pipeline steps that validates through this.
11 lines
258 B
TOML
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"] }
|