aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds')
-rw-r--r--adenosine-pds/Cargo.toml18
1 files changed, 10 insertions, 8 deletions
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml
index a3bb880..4c5a137 100644
--- a/adenosine-pds/Cargo.toml
+++ b/adenosine-pds/Cargo.toml
@@ -1,14 +1,16 @@
[package]
name = "adenosine-pds"
-version = "0.1.0-dev.0"
-edition = "2021"
-authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
-license = "AGPLv3"
-description = "Informal implementation of atproto.com"
-readme = "../README.md"
-repository = "https://gitlab.com/bnewbold/adenosine"
+description = "Simple informal personal data server (PDS) for AT protocol and bsky.app"
keywords = ["atproto"]
-#categories = []
+categories = []
+
+version.workspace = true
+edition.workspace = true
+rust-version.workspace = true
+authors.workspace = true
+license.workspace = true
+readme.workspace = true
+repository.workspace = true
[dependencies]
structopt = "*"