simpleshout/Cargo.toml

12 lines
236 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-10-08 19:22:04 +00:00
icechip = "0.1.0"
redb = "2.1.3"
2024-09-25 02:13:08 +00:00
rocket = { version = "0.5.1", features = ["json"] }
2024-10-08 19:22:04 +00:00
#sled = { version = "0.34.7", features = ["mutex"] }
2024-09-25 02:13:08 +00:00
toml = "0.8.19"