diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-03 17:29:27 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-03 17:29:27 -0700 |
commit | 498f9e0b0b87e6d497b235474c0db669076d73ff (patch) | |
tree | 695faaabf3a1a7f874945955a383b366a9ad6b6b /adenosine-pds/Cargo.toml | |
parent | 59622a58131789b450b1a7b920a6324a4f75f5eb (diff) | |
download | adenosine-498f9e0b0b87e6d497b235474c0db669076d73ff.tar.gz adenosine-498f9e0b0b87e6d497b235474c0db669076d73ff.zip |
start adding ucan support
Diffstat (limited to 'adenosine-pds/Cargo.toml')
-rw-r--r-- | adenosine-pds/Cargo.toml | 4 |
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>" |