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,14 +3,16 @@
[package]
name = "slint-build"
version = "1.3.0"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
description = "Helper for Slint build script"
repository = "https://github.com/slint-ui/slint"
authors.workspace = true
edition.workspace = true
homepage = "https://slint.rs"
keywords.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
categories = ["gui", "rendering::engine", "development-tools::build-utils"]
[lib]
path = "lib.rs"

View file

@ -3,14 +3,16 @@
[package]
name = "slint-macros"
version = "1.3.0"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
description = "Macro helper for slint crate"
repository = "https://github.com/slint-ui/slint"
authors.workspace = true
edition.workspace = true
homepage = "https://slint.rs"
keywords.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
categories = ["gui", "development-tools"]
[lib]
proc-macro = true

View file

@ -3,16 +3,17 @@
[package]
name = "slint"
version = "1.3.0"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
description = "GUI toolkit to efficiently develop fluid graphical user interfaces for embedded devices and desktop applications"
repository = "https://github.com/slint-ui/slint"
authors.workspace = true
documentation.workspace = true
edition.workspace = true
homepage = "https://slint.rs"
categories = ["gui", "rendering::engine"]
keywords = ["gui", "toolkit", "graphics", "design", "ui"]
keywords.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
categories = ["gui", "rendering::engine", "no-std"]
[lib]
path = "lib.rs"