htmxui/Cargo.toml

12 lines
246 B
TOML
Raw Normal View History

2024-10-19 01:49:16 +00:00
[package]
name = "htmxui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
maud = { version = "0.26.0", features = ["rocket"] }
rocket = "0.5.1"