aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/Cargo.toml
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@robocracy.org>2023-02-19 15:08:45 -0800
committerbryan newbold <bnewbold@robocracy.org>2023-02-19 15:13:06 -0800
commit6db1d81bf9b69f99c37f976f643126b189cb5716 (patch)
treef71795e2ebc87d96ff4e3690936a73a71a7ed42e /adenosine-pds/Cargo.toml
parentdeb836b3c34c3d6ee9e2620f1a798b3d0b7ede8b (diff)
downloadadenosine-6db1d81bf9b69f99c37f976f643126b189cb5716.tar.gz
adenosine-6db1d81bf9b69f99c37f976f643126b189cb5716.zip
pds: update to use 'adenosine' crate
Diffstat (limited to 'adenosine-pds/Cargo.toml')
-rw-r--r--adenosine-pds/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml
index 88262b8..482a812 100644
--- a/adenosine-pds/Cargo.toml
+++ b/adenosine-pds/Cargo.toml
@@ -29,7 +29,7 @@ rusqlite_migration = "1"
rouille = "3"
# NOTE: vendored for now
#iroh-car = "*"
-adenosine-cli = { version = "0.2.0", path = "../adenosine-cli" }
+adenosine = { version = "0.2.0", path = "../adenosine" }
tokio = { version = "1", features = ["full"] }
futures = "0.3"
sha256 = "1"