chore(workspace): inherit license-file and normalize package key order

This commit is contained in:
Serkyo 2026-07-11 23:52:20 +02:00
parent 3a634c717d
commit 82cb8513be
5 changed files with 15 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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