-
- Downloads
add poc ipfs upload
... | ... | @@ -46,6 +46,8 @@ inquire = "^0.6.2" |
directories = "^5.0.1" | ||
comfy-table = "^7.1.1" | ||
# ipfs RPC API | ||
ipfs-api-backend-hyper = { version = "0.6", features = ["with-hyper-rustls"] } | ||
# crypto | ||
scrypt = { version = "^0.11", default-features = false } # for old-style key generation | ||
nacl = { version = "^0.5.3" } # for old-style key generation | ||
... | ... |
src/commands/ipfs.rs
0 → 100644
Please register or sign in to comment