diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 |