aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-27 12:38:02 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-27 12:38:02 -0700
commit3b1b394e1651fdc62dcd026a9453017c11e20a2c (patch)
tree2fb5a328a466472e952d0659a7538019866878ee /Cargo.toml
parentb169d130ea80f6954b77a2921c50e8587eadd1ae (diff)
downloadadenosine-3b1b394e1651fdc62dcd026a9453017c11e20a2c.tar.gz
adenosine-3b1b394e1651fdc62dcd026a9453017c11e20a2c.zip
start skeleton of adenosine-tauri-gui crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a58be39..b3a62e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,14 @@
[workspace]
-members = ["adenosine-cli"]
+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"
[profile.release]
lto = true