
# Objective Do #11829, but without breaking CI. ## Solution Update to `toml_edit` v0.22, replace the deprecated function with the the newer equivalent.
14 lines
360 B
TOML
14 lines
360 B
TOML
[package]
|
|
name = "build-templated-pages"
|
|
version = "0.13.0"
|
|
edition = "2021"
|
|
description = "handle templated pages in Bevy repository"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
toml_edit = { version = "0.22", default-features = false, features = ["parse"] }
|
|
tera = "1.15"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bitflags = "2.3"
|