From 3b1b394e1651fdc62dcd026a9453017c11e20a2c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 27 Oct 2022 12:38:02 -0700 Subject: start skeleton of adenosine-tauri-gui crate --- adenosine-pds/Cargo.toml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'adenosine-pds/Cargo.toml') 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 "] -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 = "*" -- cgit v1.2.3