org-static/Cargo.toml

21 lines
285 B
TOML
Raw Normal View History

2022-12-23 06:23:45 +00:00
[package]
name = "org-static"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
lazy_static = "1.4"
emacs = "0.18.0"
2022-12-25 06:57:01 +00:00
2022-12-23 06:23:45 +00:00
serde = { version = "1.0.151", features = ["derive"] }
handlebars = "4.3.6"
serde_json = "1.0.91"
2022-12-25 06:57:01 +00:00
walkdir = "2.3.2"
toml = "0.5.10"
2022-12-23 06:23:45 +00:00