simpleshout/Cargo.toml

11 lines
250 B
TOML
Raw Normal View History

2024-09-25 02:13:08 +00:00
[package]
name = "simpleshout"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-09-25 02:14:54 +00:00
#icechip = "0.1.0" #icechip to be released soon
2024-09-25 02:13:08 +00:00
rocket = { version = "0.5.1", features = ["json"] }
sled = { version = "0.34.7", features = ["mutex"] }
toml = "0.8.19"