diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 21:19:13 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 21:19:13 -0800 |
commit | 40cb22e75314f73b1f9292190b786ac04fc58b67 (patch) | |
tree | 473115f00e2fd3de3db6c64af4be9fc584cae7e5 /adenosine-pds/src/lib.rs | |
parent | ae03334a64b1d7d6506ffb60a01f5c7f941900a6 (diff) | |
download | adenosine-40cb22e75314f73b1f9292190b786ac04fc58b67.tar.gz adenosine-40cb22e75314f73b1f9292190b786ac04fc58b67.zip |
change mind again and put common back in cli crate (want fewer crates)
Diffstat (limited to 'adenosine-pds/src/lib.rs')
-rw-r--r-- | adenosine-pds/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/src/lib.rs b/adenosine-pds/src/lib.rs index 917aa7e..4071570 100644 --- a/adenosine-pds/src/lib.rs +++ b/adenosine-pds/src/lib.rs @@ -1,4 +1,4 @@ -use adenosine_common::identifiers::{Did, Nsid, Tid, TidLord}; +use adenosine_cli::identifiers::{Did, Nsid, Tid, TidLord}; use anyhow::Context; use anyhow::{anyhow, Result}; use libipld::Cid; |