umbrella/Cargo.toml
JMARyA bf5cb72c16
Some checks failed
ci/woodpecker/push/build Pipeline failed
🎨 based
2025-02-07 21:09:54 +01:00

12 lines
274 B
TOML

[package]
name = "umbrella"
version = "0.1.0"
edition = "2021"
[dependencies]
maud = "0.26.0"
rocket = "0.5.1"
serde = { version = "1.0.210", features = ["derive"] }
serde_yml = "0.0.12"
toml = "0.8.19"
based = { git = "https://git.hydrar.de/jmarya/based", branch = "ui" }