Skip to content

Commit

Permalink
Share version in workspace
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
fwcd committed May 30, 2024
1 parent 93f6aec commit fc955d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ members = [
]
default-members = ["lighthouse-client"]
resolver = "2"

[workspace.package]
version = "3.2.1"
edition = "2021"
license = "MIT"
6 changes: 3 additions & 3 deletions lighthouse-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "lighthouse-client"
description = "Client SDK for Project Lighthouse"
version = "3.2.1"
edition = "2021"
categories = ["api-bindings", "asynchronous"]
repository = "https://github.com/ProjectLighthouseCAU/lighthouse-rust"
license = "MIT"
version.workspace = true
edition.workspace = true
license.workspace = true

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

Expand Down
6 changes: 3 additions & 3 deletions lighthouse-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "lighthouse-protocol"
description = "Protocol types for Project Lighthouse"
version = "3.2.1"
edition = "2021"
categories = ["api-bindings"]
repository = "https://github.com/ProjectLighthouseCAU/lighthouse-rust"
license = "MIT"
version.workspace = true
edition.workspace = true
license.workspace = true

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

Expand Down

0 comments on commit fc955d6

Please sign in to comment.