Update Cargo.toml
This commit is contained in:
parent
c7674f2681
commit
3f2d29673c
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue