hornbeam/formbeam/Cargo.toml

13 lines
268 B
TOML

[package]
name = "formbeam"
description = "Form system for the Hornbeam template engine"
license = "AGPL-3.0-or-later"
version = "0.0.5"
edition = "2021"
[dependencies]
async-trait = "0.1.81"
regex = "1.10.5"
bevy_reflect.workspace = true
static_assertions = "1.1.0"