1# Copyright © SixtyFPS GmbH <info@slint.dev>
2# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
3
4[package]
5name = "doctests"
6authors.workspace = true
7edition.workspace = true
8homepage.workspace = true
9license.workspace = true
10repository.workspace = true
11rust-version.workspace = true
12version.workspace = true
13publish = false
14
15[[bin]]
16path = "main.rs"
17name = "doctests"
18
19[build-dependencies]
20walkdir = "2"
21
22[dev-dependencies]
23slint-interpreter = { workspace = true, features = ["default", "display-diagnostics"] }
24spin_on = { workspace = true }
25