From f1f01c20551d036bc23076dc93a6e2a87934694b Mon Sep 17 00:00:00 2001 From: cbax Date: Tue, 24 Sep 2024 22:14:54 -0400 Subject: [PATCH] added icechip dep --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b6e4a49..fe90d36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +#icechip = "0.1.0" #icechip to be released soon rocket = { version = "0.5.1", features = ["json"] } sled = { version = "0.34.7", features = ["mutex"] } toml = "0.8.19"