Files
Content-Monorepo/.actions/somnus/core/Cargo.toml
2026-04-12 19:54:53 -06:00

26 lines
464 B
TOML

[package]
name = "somnus_core"
version = "26.4.0"
edition = "2024"
[lib]
path = "src/lib.rs"
[[bin]]
name = "json-linter"
path = "src/bin/json-linter.rs"
[[bin]]
name = "toml-linter"
path = "src/bin/toml-linter.rs"
[dependencies]
serde_json = "1.0"
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
walkdir = "2.5"
git2 = "0.19"
chrono = "0.4"