rust-ssg/Cargo.toml

13 lines
305 B
TOML
Raw Normal View History

2023-10-14 18:03:36 +00:00
[package]
name = "rustylinks"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.144", features = ["derive"] }
serde_yaml = "0.9.22"
chrono = "0.4.26"
minijinja = "1.0.8"
rst="0.4.0"