diff options
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>" |