Use cargo workspace to remove duplicated version, license, and author fields (#4226)

Use cargo workspace to remove dublicated version, license and author fields
This commit is contained in:
Timon
2026-09-15 10:36:17 +00:00
committed by GitHub
parent 68d2a06c80
commit c6d6f9f8be
58 changed files with 334 additions and 263 deletions

View File

@@ -1,14 +1,11 @@
[package]
name = "node-macro"
publish = false
version = "0.0.0"
rust-version = "1.88"
authors = ["Graphite Authors <contact@graphite.art>"]
edition = "2024"
readme = "../../README.md"
homepage = "https://graphite.art"
repository = "https://github.com/GraphiteEditor/Graphite"
license = "MIT OR Apache-2.0"
version.workspace = true
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
[lib]
proc-macro = true