mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
This moves most of the version information we need to update into one place. Note that the workplace dependency features are in *addition* to any feature set when using the workspace dependency. So we have all workspace dependencies defined with `no-default-features = true`.
24 lines
587 B
TOML
24 lines
587 B
TOML
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
|
|
|
|
[package]
|
|
name = "doctests"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
|
|
[[bin]]
|
|
path = "main.rs"
|
|
name = "doctests"
|
|
|
|
[build-dependencies]
|
|
walkdir = "2"
|
|
|
|
[dev-dependencies]
|
|
slint-interpreter = { workspace = true, features = ["default", "display-diagnostics"] }
|
|
spin_on = "0.1"
|