diff --git a/Cargo.toml b/Cargo.toml index fe90d36..5af44b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"