Update Cargo.toml

This commit is contained in:
cbax 2024-10-08 19:22:04 +00:00
parent c7674f2681
commit 3f2d29673c

View file

@ -4,7 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
#icechip = "0.1.0" #icechip to be released soon
icechip = "0.1.0"
redb = "2.1.3"
rocket = { version = "0.5.1", features = ["json"] }
sled = { version = "0.34.7", features = ["mutex"] }
#sled = { version = "0.34.7", features = ["mutex"] }
toml = "0.8.19"