From 8d809247621427d66451a400461078179071e52e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 5 Apr 2021 11:46:43 +0200 Subject: Implement IPFS backend Signed-off-by: Matthias Beyer --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6e866a8..b924dd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,12 @@ homepage = "http://github.com/matthiasbeyer/distrox" edition = "2018" [dependencies] +# TODO: Replace with thiserror +anyhow = "1" + +async-trait = "0.1" +cid = "0.6" +daglib = { git = "https://git.sr.ht/~matthiasbeyer/daglib", branch = "master" } +ipfs-embed = "0.19" +libipld = "0.11" +tokio = { version = "1", features = ["full"] } -- cgit v1.2.3