mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-04-19 15:22:57 -05:00
9 lines
159 B
TOML
9 lines
159 B
TOML
[package]
|
|
name = "mochihost"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
maud = { version = "0.26", features = ["rocket"] }
|
|
rand = "0.8"
|
|
rocket = "0.5"
|