From 3f2d29673c120cbb0e6185b552e5e78b6a923be8 Mon Sep 17 00:00:00 2001 From: cbax Date: Tue, 8 Oct 2024 19:22:04 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"