bevy/tools/build-templated-pages/Cargo.toml
github-actions[bot] 6898351348
chore: Release (#7920)
Co-authored-by: Bevy Auto Releaser <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-06 05:13:36 +00:00

13 lines
304 B
TOML

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