2022-06-25 20:23:24 +00:00
|
|
|
[package]
|
2023-02-28 14:24:47 +00:00
|
|
|
name = "build-templated-pages"
|
2023-11-04 17:24:23 +00:00
|
|
|
version = "0.12.0"
|
2022-06-25 20:23:24 +00:00
|
|
|
edition = "2021"
|
2023-02-28 14:24:47 +00:00
|
|
|
description = "handle templated pages in Bevy repository"
|
2022-06-25 20:23:24 +00:00
|
|
|
publish = false
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-16 05:23:18 +00:00
|
|
|
toml_edit = { version = "0.21", default-features = false, features = ["parse"] }
|
2022-06-25 20:23:24 +00:00
|
|
|
tera = "1.15"
|
2023-11-21 01:04:14 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2023-06-01 08:41:42 +00:00
|
|
|
bitflags = "2.3"
|