| 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] |
| 5 | name = "doctests" |
| 6 | authors.workspace = true |
| 7 | edition.workspace = true |
| 8 | homepage.workspace = true |
| 9 | license.workspace = true |
| 10 | repository.workspace = true |
| 11 | rust-version.workspace = true |
| 12 | version.workspace = true |
| 13 | publish = false |
| 14 | |
| 15 | [[bin]] |
| 16 | path = "main.rs" |
| 17 | name = "doctests" |
| 18 | |
| 19 | [build-dependencies] |
| 20 | walkdir = "2" |
| 21 | |
| 22 | [dev-dependencies] |
| 23 | slint-interpreter = { workspace = true, features = ["default" , "display-diagnostics" ] } |
| 24 | spin_on = { workspace = true } |
| 25 | |