aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-06 21:49:49 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-11-06 21:49:49 -0800
commit55cad7251ecdda15989842d3b686e46d0b42df0e (patch)
tree97ca052a4ef26e96a018fa70fe8eecebf1f5273d /Cargo.lock
parent6111c481fac3d5c305a379b3be8afb87190db3d5 (diff)
downloadadenosine-55cad7251ecdda15989842d3b686e46d0b42df0e.tar.gz
adenosine-55cad7251ecdda15989842d3b686e46d0b42df0e.zip
pds: wrangle 'iroh_car' in to PDS code
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 3 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dac339c..e9eeb20 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -45,14 +45,15 @@ dependencies = [
"data-encoding",
"dotenv",
"futures",
+ "integer-encoding",
"ipfs-sqlite-block-store",
- "iroh-car",
"jsonschema",
"k256",
"lazy_static",
"libipld",
"log",
"multibase",
+ "multihash",
"p256",
"pretty_env_logger",
"rouille",
@@ -63,6 +64,7 @@ dependencies = [
"serde_json",
"sha256",
"structopt",
+ "thiserror",
"tokio",
"ucan",
]
@@ -1520,20 +1522,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
[[package]]
-name = "iroh-car"
-version = "0.1.0-vendored.0"
-dependencies = [
- "cid",
- "futures",
- "integer-encoding",
- "libipld",
- "libipld-cbor",
- "multihash",
- "thiserror",
- "tokio",
-]
-
-[[package]]
name = "iso8601"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"