mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-04-19 07:12:58 -05:00
20 lines
512 B
TOML
20 lines
512 B
TOML
[package]
|
|
name = "mochihost"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
|
|
blake3 = { version = "1.5.4", features = ["serde"] }
|
|
chrono = { version = "0.4.38", features = ["serde"] }
|
|
log = "0.4"
|
|
maud = { version = "0.26", features = ["rocket"] }
|
|
rocket = { version = "0.5", features = ["json"] }
|
|
toml = "0.8.19"
|
|
uuid = { version = "1.11.0", features = ["v4"] }
|
|
|
|
[profile.production]
|
|
inherits = "release"
|
|
lto = true
|
|
opt-level = "z"
|
|
codegen-units = 1
|