From 55cad7251ecdda15989842d3b686e46d0b42df0e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 6 Nov 2022 21:49:49 -0800 Subject: pds: wrangle 'iroh_car' in to PDS code --- adenosine-pds/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'adenosine-pds/Cargo.toml') diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml index eb35f2e..64765a4 100644 --- a/adenosine-pds/Cargo.toml +++ b/adenosine-pds/Cargo.toml @@ -26,7 +26,8 @@ rusqlite_migration = "*" jsonschema = "*" schemafy = "*" rouille = "*" -iroh-car = { version = "0.1.0-vendored.0", path = "../iroh-car" } +# NOTE: vendored for now +#iroh-car = "*" adenosine-cli = { version = "0.1.0-dev.0", path = "../adenosine-cli" } tokio = { version = "1", features = ["full"] } futures = "0.3" @@ -43,6 +44,11 @@ bs58 = "*" async-trait = "*" dotenv = "*" +# for vendored iroh-car +thiserror = "1.0" +integer-encoding = { version = "3", features = ["tokio_async"] } +multihash = "0.16" + [package.metadata.deb] maintainer = "Bryan Newbold " depends = "$auto" -- cgit v1.2.3