stundenplaner/Cargo.toml

23 lines
426 B
TOML

[package]
name = "stundenplaner"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0.44"
structopt = "0.3.23"
tera = "1.12.1"
[dependencies.mlua]
version = "0.7.3"
features = ["luajit", "module", "macros", "serialize"]
[dependencies.serde]
version = "1.0.130"
features = ["derive"]