bevy/tools/build-templated-pages/Cargo.toml
2024-04-04 23:00:05 +02:00

14 lines
360 B
TOML

[package]
name = "build-templated-pages"
version = "0.13.2"
edition = "2021"
description = "handle templated pages in Bevy repository"
publish = false
license = "MIT OR Apache-2.0"
[dependencies]
toml_edit = { version = "0.21", default-features = false, features = ["parse"] }
tera = "1.15"
serde = { version = "1.0", features = ["derive"] }
bitflags = "2.3"