Files

24 lines
625 B
TOML
Raw Permalink Normal View History

2023-12-27 15:27:51 -07:00
[package]
name = "mintee"
version = "0.0.1"
2025-08-06 10:20:25 -06:00
edition = "2024"
2023-12-27 15:27:51 -07:00
[[bin]]
name = "frontend"
[[bin]]
name = "test_render"
2023-12-27 15:27:51 -07:00
[dependencies]
2026-04-22 13:04:53 -06:00
gix = "0.81.0"
2025-08-06 10:20:25 -06:00
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
#inkjet = "0.11.1"
#markdown = "1.0.0"
tera = { version = "1.20.0", default-features = false, features = ["builtins"] }
httparse = "1.10.1"
futures = { version = "0.3.32", default-features = false, features = ["std", "thread-pool", "executor"] }
typed-path = "=0.12.3" # pinned to avoid slop
itertools = "0.14.0"
2026-04-22 13:04:53 -06:00
time-format = "1.2.2"
gix-traverse = { version = "0.55.0", features = ["sha1"] }