Use cargo workspace to remove dublicated version, license and author fields

This commit is contained in:
Timon
2026-09-13 15:40:04 +00:00
parent ecd2007e63
commit 9656f80e42
58 changed files with 334 additions and 263 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
[package]
name = "graphite-desktop-platform-linux"
version = "0.0.0"
description = "Graphite Desktop Platform Linux"
authors = ["Graphite Authors <contact@graphite.art>"]
license = "MIT OR Apache-2.0"
repository = ""
edition = "2024"
rust-version = "1.87"
version.workspace = true
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
[[bin]]
name = "graphite"