stundenplaner/Cargo.toml

23 lines
426 B
TOML
Raw Permalink Normal View History

2021-09-11 01:24:39 +02:00
[package]
name = "stundenplaner"
version = "0.1.0"
2022-01-24 18:48:23 +01:00
edition = "2021"
2021-09-11 01:24:39 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-01-24 18:48:23 +01:00
[lib]
crate-type = ["cdylib"]
2021-09-11 01:24:39 +02:00
[dependencies]
anyhow = "1.0.44"
2021-09-11 01:24:39 +02:00
structopt = "0.3.23"
tera = "1.12.1"
2021-09-14 22:05:06 +02:00
[dependencies.mlua]
2022-01-22 18:50:19 +01:00
version = "0.7.3"
2022-01-24 18:48:23 +01:00
features = ["luajit", "module", "macros", "serialize"]
2021-09-14 22:05:06 +02:00
[dependencies.serde]
version = "1.0.130"
features = ["derive"]