diff --git a/Cargo.toml b/Cargo.toml index c397824..e8ba8a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,8 @@ members = [ ] default-members = ["lighthouse-client"] resolver = "2" + +[workspace.package] +version = "3.2.1" +edition = "2021" +license = "MIT" diff --git a/lighthouse-client/Cargo.toml b/lighthouse-client/Cargo.toml index a281d63..bb4412b 100644 --- a/lighthouse-client/Cargo.toml +++ b/lighthouse-client/Cargo.toml @@ -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 diff --git a/lighthouse-protocol/Cargo.toml b/lighthouse-protocol/Cargo.toml index 2c43c13..cb83196 100644 --- a/lighthouse-protocol/Cargo.toml +++ b/lighthouse-protocol/Cargo.toml @@ -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