mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
Commit cd6f2e2 reformated the .toml, but the 80 char width column is
judged too small to be practical
Add a .taplo.toml file
Also do not split feature array
24 lines
604 B
TOML
24 lines
604 B
TOML
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
|
|
|
|
[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 = { workspace = true }
|