Skip to content

Commit

Permalink
Use workspace package
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX authored and nagisa committed Dec 27, 2023
1 parent c86c293 commit 6421ce4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ members = [
"tracing-tracy",
]
resolver = "2"

[workspace.package]
authors = ["Simonas Kazlauskas <[email protected]>"]
edition = "2021"
repository = "https://github.com/nagisa/rust_tracy_client"
homepage = "https://github.com/nagisa/rust_tracy_client"
license = "MIT/Apache-2.0"
10 changes: 5 additions & 5 deletions tracing-tracy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "tracing-tracy"
version = "0.10.4"
authors = ["Simonas Kazlauskas <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
authors.workspace = true
license.workspace = true
edition.workspace = true
readme = "README.mkd"
repository = "https://github.com/nagisa/rust_tracy_client"
homepage = "https://github.com/nagisa/rust_tracy_client"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/tracing-tracy"
description = """
Inspect tracing-enabled Rust applications with Tracy
Expand Down
8 changes: 4 additions & 4 deletions tracy-client-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "tracy-client-sys"
version = "0.22.0" # AUTO-BUMP
authors = ["Simonas Kazlauskas <[email protected]>"]
authors.workspace = true
build = "build.rs"
license = "(MIT OR Apache-2.0) AND BSD-3-Clause"
edition = "2021"
edition.workspace = true
readme = "README.mkd"
repository = "https://github.com/nagisa/rust_tracy_client"
homepage = "https://github.com/nagisa/rust_tracy_client"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/tracy-client-sys"
description = """
Low level bindings to the client libraries for the Tracy profiler
Expand Down
10 changes: 5 additions & 5 deletions tracy-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "tracy-client"
version = "0.16.4" # AUTO-BUMP
authors = ["Simonas Kazlauskas <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
authors.workspace = true
license.workspace = true
edition.workspace = true
readme = "README.mkd"
repository = "https://github.com/nagisa/rust_tracy_client"
homepage = "https://github.com/nagisa/rust_tracy_client"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/tracy-client"
description = """
High level bindings to the client libraries for the Tracy profiler
Expand Down

0 comments on commit 6421ce4

Please sign in to comment.