simpleshout/Cargo.toml
2024-10-08 19:22:38 +00:00

11 lines
236 B
TOML

[package]
name = "simpleshout"
version = "0.1.0"
edition = "2021"
[dependencies]
icechip = "0.1.1"
redb = "2.1.3"
rocket = { version = "0.5.1", features = ["json"] }
#sled = { version = "0.34.7", features = ["mutex"] }
toml = "0.8.19"