[package] name = "moonythm" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0.89" jotdown = "0.6.0" pulldown-latex = "0.7.0" serde = { version = "1.0.214", features = ["derive"] } toml = "0.8.19" # Waiting for https://github.com/rust-lang/rust/issues/109737 # before switching to the std version. once_cell = "1.20.2" chrono = { version = "0.4.38", features = ["serde"] }