Janitor: Use cargo workspace package data more

This commit is contained in:
Tobias Hunger 2023-09-23 19:00:10 +02:00 committed by Tobias Hunger
parent 0b4bfd3a40
commit d6695c55cb
37 changed files with 380 additions and 245 deletions

View file

@ -3,11 +3,14 @@
[package]
name = "i-slint-parser-test-macro"
version = "1.3.0"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
publish = false
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
[lib]
proc-macro = true