Skip to content

Commit

Permalink
share workspace meta
Browse files Browse the repository at this point in the history
  • Loading branch information
plule committed Oct 24, 2023
1 parent 1cf7e3b commit c022677
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
members = ["theremotion", "theremotion-dsp", "theremotion-ui"]
resolver = "2"

[workspace.package]
version = "1.5.0"
authors = ["Pierre Lulé <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later"
readme = "README.md"
repository = "https://github.com/plule/theremotion"
homepage = "https://plule.github.io/theremotion"
documentation = "https://plule.github.io/theremotion"
description = "Theremotion is a synthesizer inspired by the Theremin controlled by a Leap Motion"

# Generated code - prone to stack overflow on debug
[profile.dev.package.theremotion-ui]
opt-level = 3
Expand Down
11 changes: 9 additions & 2 deletions theremotion-dsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "theremotion-dsp"
version = "0.1.0"
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description.workspace = true

[features]
default = ["default-boxed"]
Expand Down
11 changes: 9 additions & 2 deletions theremotion-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "theremotion-ui"
version = "0.1.0"
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
19 changes: 9 additions & 10 deletions theremotion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[package]
name = "theremotion"
version = "1.5.0"
authors = ["Pierre Lulé <[email protected]>"]
edition = "2021"
rust-version = "1.60"
license = "GPL-3.0-or-later"
readme = "README.md"
repository = "https://github.com/plule/theremotion"
homepage = "https://plule.github.io/theremotion"
documentation = "https://plule.github.io/theremotion"
description = "Theremotion is a synthesizer inspired by the Theremin controlled by a Leap Motion"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description.workspace = true
links = "LeapC"


Expand Down

0 comments on commit c022677

Please sign in to comment.