mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-04-19 23:32:58 -05:00
9 lines
207 B
TOML
9 lines
207 B
TOML
[package]
|
|
name = "mochihost"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
maud = { version = "0.26", features = ["rocket"] }
|
|
rocket = "0.5"
|
|
uuid = { version = "1.11.0", features = ["v3", "v4", "v5"] }
|