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"