aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-28 00:28:40 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-28 00:28:42 -0700
commit7c4671f24e7e380aad57916818148a8b441db88d (patch)
tree23d052fbbc1f906b85a819b8b6ef842309915398 /Cargo.toml
parent19379222b7b0003bd0538fdd906ee87a9220ddca (diff)
downloadadenosine-7c4671f24e7e380aad57916818148a8b441db88d.tar.gz
adenosine-7c4671f24e7e380aad57916818148a8b441db88d.zip
cargo: stop trying to use workspace.package
It isn't working with external tools, like cargo-deb or tauri-cli.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 1 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b3a62e5..5c52e2d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,7 @@
[workspace]
members = ["adenosine-cli", "adenosine-tauri-gui"]
-[workspace.package]
-version = "0.1.0-dev.0"
-edition = "2021"
-rust-version = "1.57"
-authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
-license = "AGPLv3"
-readme = "../README.md"
-repository = "https://gitlab.com/bnewbold/adenosine"
+# NOTE: [workspace.package] did not work with some plugins and build tools
[profile.release]
lto = true