summaryrefslogtreecommitdiffstats
path: root/adenosine-pds/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-03 18:18:46 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-11-03 18:18:46 -0700
commit00b17ca17ea0d9503aab3175732977a2119962b9 (patch)
treec678a15757e19431683fd1d3c79e654f8986a209 /adenosine-pds/Cargo.toml
parent498f9e0b0b87e6d497b235474c0db669076d73ff (diff)
downloadadenosine-00b17ca17ea0d9503aab3175732977a2119962b9.tar.gz
adenosine-00b17ca17ea0d9503aab3175732977a2119962b9.zip
use dotenv to pick up environment variables
Diffstat (limited to 'adenosine-pds/Cargo.toml')
-rw-r--r--adenosine-pds/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml
index 432e893..190ba00 100644
--- a/adenosine-pds/Cargo.toml
+++ b/adenosine-pds/Cargo.toml
@@ -40,6 +40,7 @@ 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 = "*"
+dotenv = "*"
[package.metadata.deb]
maintainer = "Bryan Newbold <bnewbold@robocracy.org>"