From 7c4671f24e7e380aad57916818148a8b441db88d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 28 Oct 2022 00:28:40 -0700 Subject: cargo: stop trying to use workspace.package It isn't working with external tools, like cargo-deb or tauri-cli. --- adenosine-pds/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'adenosine-pds') diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml index bccacc4..18a3f84 100644 --- a/adenosine-pds/Cargo.toml +++ b/adenosine-pds/Cargo.toml @@ -4,13 +4,13 @@ description = "Simple informal personal data server (PDS) for AT protocol and bs keywords = ["atproto"] categories = [] -version.workspace = true -edition.workspace = true -rust-version.workspace = true -authors.workspace = true -license.workspace = true -readme.workspace = true -repository.workspace = true +version = "0.1.0-dev.0" +edition = "2021" +rust-version = "1.57" +authors = ["Bryan Newbold "] +license = "AGPLv3" +readme = "../README.md" +repository = "https://gitlab.com/bnewbold/adenosine" [dependencies] structopt = "*" -- cgit v1.2.3