diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index e9e9353..143bc85 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "client" -version.workspace = true -edition.workspace = true license.workspace = true +license-file.workspace = true authors.workspace = true +edition.workspace = true +version.workspace = true [lints] workspace = true diff --git a/crates/renderer/Cargo.toml b/crates/renderer/Cargo.toml index f2b7d6a..c157d39 100644 --- a/crates/renderer/Cargo.toml +++ b/crates/renderer/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "renderer" -version.workspace = true -edition.workspace = true license.workspace = true +license-file.workspace = true authors.workspace = true +edition.workspace = true +version.workspace = true [lints] workspace = true diff --git a/crates/scripting/Cargo.toml b/crates/scripting/Cargo.toml index 71dfbdc..8ea38ec 100644 --- a/crates/scripting/Cargo.toml +++ b/crates/scripting/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "scripting" -version.workspace = true -edition.workspace = true license.workspace = true +license-file.workspace = true authors.workspace = true +edition.workspace = true +version.workspace = true [lints] workspace = true diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index d1cecfa..f0cb26d 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "server" -version.workspace = true -edition.workspace = true license.workspace = true +license-file.workspace = true authors.workspace = true +edition.workspace = true +version.workspace = true [lints] workspace = true diff --git a/crates/shared/Cargo.toml b/crates/shared/Cargo.toml index 8785ddb..76e555e 100644 --- a/crates/shared/Cargo.toml +++ b/crates/shared/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "shared" -version.workspace = true -edition.workspace = true license.workspace = true +license-file.workspace = true authors.workspace = true +edition.workspace = true +version.workspace = true [lints] workspace = true