Skip to content

Commit

Permalink
Merge pull request #784 from imageworks/package-metadata-in-workspace
Browse files Browse the repository at this point in the history
Authors metadata in workspace
  • Loading branch information
nicholy authored Jul 11, 2023
2 parents c55abbb + 4bbed7c commit 3f56884
Show file tree
Hide file tree
Showing 46 changed files with 57 additions and 51 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ members = [
]

[workspace.package]
authors = [
"Ryan Bottriell <ryan@bottriell.ca>",
"J Robert Ray <jrray@imageworks.com>",
"David Gilligan-Cook <dcook@imageworks.com>",
"Nichol Yip <nyip@imageworks.com>",
]
edition = "2021"
version = "0.36.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/parsedbuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <ryan@bottriell.ca>"]
authors = { workspace = true }
edition = { workspace = true }
name = "parsedbuf"
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-cli/cmd-clean/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs-cli-clean"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-cli/cmd-enter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs-cli-enter"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-cli/cmd-fuse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs-cli-fuse"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-cli/cmd-join/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs-cli-join"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-cli/cmd-monitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs-cli-monitor"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-cli/cmd-render/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs-cli-render"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-cli/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs-cli-common"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-cli/main/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
default-run = "spfs"
edition = { workspace = true }
name = "spfs-cli-main"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs-encoding"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-vfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs-vfs"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spfs"
version = "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-build"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-build"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-convert"
version = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/spk-cli/cmd-debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
authors = ["J Robert Ray <jrray@imageworks.com>"]
edition = "2021"
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-debug"
version = "0.36.0"
version = { workspace = true }

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-env"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-explain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-explain"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-install/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-install"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-make-binary/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-make-binary"
version = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/spk-cli/cmd-make-recipe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
edition = "2021"
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-make-recipe"
version = "0.36.0"
version = { workspace = true }

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-make-source/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-make-source"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-render/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-render"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-repo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-repo"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/cmd-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cmd-test"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cli-common"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/group1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cli-group1"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/group2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cli-group2"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/group3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cli-group3"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-cli/group4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-cli-group4"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
name = "spk-config"
edition = { workspace = true }
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-exec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-exec"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["J Robert Ray <jrray@imageworks.com>"]
authors = { workspace = true }
name = "spk-launcher"
version = "0.33.6"
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-schema"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-schema/crates/foundation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-schema-foundation"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-schema/crates/ident/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-schema-ident"
version = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/spk-schema/crates/liquid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
edition = "2021"
authors = { workspace = true }
edition = { workspace = true }
name = "spk-schema-liquid"
version = "0.36.0"
version = { workspace = true }

[features]
migration-to-components = ["spk-schema-foundation/migration-to-components"]
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-schema/crates/validators/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-schema-validators"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-solve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-solve"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-solve/crates/graph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-solve-graph"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-solve/crates/package-iterator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-solve-package-iterator"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-solve/crates/solution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-solve-solution"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-solve/crates/validation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-solve-validation"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk-storage"
version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/spk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
authors = { workspace = true }
edition = { workspace = true }
name = "spk"
version = { workspace = true }
Expand Down

0 comments on commit 3f56884

Please sign in to comment.