aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-common/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-06 21:19:13 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-11-06 21:19:13 -0800
commit40cb22e75314f73b1f9292190b786ac04fc58b67 (patch)
tree473115f00e2fd3de3db6c64af4be9fc584cae7e5 /adenosine-common/Cargo.toml
parentae03334a64b1d7d6506ffb60a01f5c7f941900a6 (diff)
downloadadenosine-40cb22e75314f73b1f9292190b786ac04fc58b67.tar.gz
adenosine-40cb22e75314f73b1f9292190b786ac04fc58b67.zip
change mind again and put common back in cli crate (want fewer crates)
Diffstat (limited to 'adenosine-common/Cargo.toml')
-rw-r--r--adenosine-common/Cargo.toml23
1 files changed, 0 insertions, 23 deletions
diff --git a/adenosine-common/Cargo.toml b/adenosine-common/Cargo.toml
deleted file mode 100644
index f6f1ad2..0000000
--- a/adenosine-common/Cargo.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-[package]
-name = "adenosine-common"
-description = "Shared things (eg, types) for adenosine codebase"
-keywords = ["atproto"]
-categories = []
-
-# common across workspace
-version = "0.1.0-dev.0"
-edition = "2021"
-rust-version = "1.61"
-authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
-license = "AGPLv3"
-readme = "../README.md"
-repository = "https://gitlab.com/bnewbold/adenosine"
-
-[dependencies]
-structopt = "*"
-regex = "*"
-lazy_static = "*"
-data-encoding = "*"
-rand = "*"
-anyhow = "1.0"
-