aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-03 17:29:27 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-11-03 17:29:27 -0700
commit498f9e0b0b87e6d497b235474c0db669076d73ff (patch)
tree695faaabf3a1a7f874945955a383b366a9ad6b6b /adenosine-pds/Cargo.toml
parent59622a58131789b450b1a7b920a6324a4f75f5eb (diff)
downloadadenosine-498f9e0b0b87e6d497b235474c0db669076d73ff.tar.gz
adenosine-498f9e0b0b87e6d497b235474c0db669076d73ff.zip
start adding ucan support
Diffstat (limited to 'adenosine-pds/Cargo.toml')
-rw-r--r--adenosine-pds/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml
index 8fdc138..432e893 100644
--- a/adenosine-pds/Cargo.toml
+++ b/adenosine-pds/Cargo.toml
@@ -36,6 +36,10 @@ data-encoding = "*"
k256 = { version = "*", features = ["ecdsa"] }
p256 = { version = "*", features = ["ecdsa"] }
multibase = "*"
+ucan = "0.7.0-alpha.1"
+# TODO: replace this with data-encoding or similar; this is only needed for ucan_p256 stuff
+bs58 = "*"
+async-trait = "*"
[package.metadata.deb]
maintainer = "Bryan Newbold <bnewbold@robocracy.org>"