[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 = { version = "0.9.0", features = ["chrono", "indexmap", "syntect"] } steel-core = { git="https://github.com/mattwparas/steel.git", branch = "master" } chrono = "0.4.44" notify = "8.2.0"