organic/Cargo.toml
Chris Cochrun 38767b0f16
Some checks failed
/ clippy (push) Failing after 1m54s
/ test (push) Failing after 1m55s
working betterer
2026-03-31 10:54:46 -05:00

23 lines
778 B
TOML

[package]
name = "organic"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
miette = { version = "7.2.0", features = ["fancy"] }
pretty_assertions = "1.4.1"
serde = { version = "1.0.213", features = ["derive"] }
tracing = "0.1.40"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["fmt", "std", "chrono", "time", "local-time", "env-filter"] }
orgize = { git="https://git.tfcconnection.org/chris/orgize", branch = "v0.11", features = ["chrono", "indexmap", "tracing"] }
steel-core = { git="https://github.com/mattwparas/steel.git", branch = "master" }
chrono = "0.4.44"
notify = "8.2.0"
walkdir = "2.5.0"
jetscii = "0.5.3"
lazy_static = "1.5.0"
rowan = "0.16.1"
slugify = "0.1.0"
rayon = "1.11.0"