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-common/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-common/src/lib.rs')
-rw-r--r-- | adenosine-common/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/adenosine-common/src/lib.rs b/adenosine-common/src/lib.rs deleted file mode 100644 index 8475c16..0000000 --- a/adenosine-common/src/lib.rs +++ /dev/null @@ -1,3 +0,0 @@ -/// Some shared types and utilities used across multiple adenosine crates. - -pub mod identifiers; |