Skip to content

Commit

Permalink
Migrate all to workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodnighttw committed Jul 12, 2024
1 parent 93f57f4 commit ecf176a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ members=[
]
resolver = "2"

[workspace.package]
version = "0.1.3"
license = "Apache-2.0"
description = "The core library of nolauncher."
readme = "README.md"
repository = "https://github.com/bloodnighttw/reginleif"
8 changes: 5 additions & 3 deletions reginleif-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "reginleif-macro"
version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
description = "A macro for generating the Reginleif trait implementation"
version.workspace = true
description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
Expand Down
6 changes: 5 additions & 1 deletion reginleif-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "reginleif-test"
version = "0.1.0"
edition = "2021"
version.workspace = true
description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

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

Expand Down
6 changes: 5 additions & 1 deletion reginleif-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "reginleif-utils"
version = "0.1.3"
edition = "2021"
version.workspace = true
description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

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

Expand Down
10 changes: 5 additions & 5 deletions reginleif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "reginleif"
version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
description = "The core library of nolauncher."
readme = "../README.md"
repository = "https://github.com/bloodnighttw/reginleif"
version.workspace = true
description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

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

Expand Down

0 comments on commit ecf176a

Please sign in to comment.