From 81c578ad0a69bb56a2c2b41217520fbdf0950d23 Mon Sep 17 00:00:00 2001 From: Serkyo Date: Sun, 12 Jul 2026 00:46:25 +0200 Subject: [PATCH] chore(workspace): removed redundant license-file --- crates/client/Cargo.toml | 1 - crates/renderer/Cargo.toml | 1 - crates/scripting/Cargo.toml | 1 - crates/server/Cargo.toml | 1 - crates/shared/Cargo.toml | 1 - 5 files changed, 5 deletions(-) diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index d67e59c..da5ab9c 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "client" license.workspace = true -license-file.workspace = true authors.workspace = true edition.workspace = true version.workspace = true diff --git a/crates/renderer/Cargo.toml b/crates/renderer/Cargo.toml index 7499913..6c3904b 100644 --- a/crates/renderer/Cargo.toml +++ b/crates/renderer/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "renderer" license.workspace = true -license-file.workspace = true authors.workspace = true edition.workspace = true version.workspace = true diff --git a/crates/scripting/Cargo.toml b/crates/scripting/Cargo.toml index 8ea38ec..513916c 100644 --- a/crates/scripting/Cargo.toml +++ b/crates/scripting/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "scripting" license.workspace = true -license-file.workspace = true authors.workspace = true edition.workspace = true version.workspace = true diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 4b2c6ab..29f8d7c 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "server" license.workspace = true -license-file.workspace = true authors.workspace = true edition.workspace = true version.workspace = true diff --git a/crates/shared/Cargo.toml b/crates/shared/Cargo.toml index c3889b5..06ed83b 100644 --- a/crates/shared/Cargo.toml +++ b/crates/shared/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "shared" license.workspace = true -license-file.workspace = true authors.workspace = true edition.workspace = true version.workspace = true