microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
katas/Cargo.toml
18lines · modecode
| 1 | [package] |
| 2 | name = "katas" |
| 3 | |
| 4 | version.workspace = true |
| 5 | authors.workspace = true |
| 6 | homepage.workspace = true |
| 7 | repository.workspace = true |
| 8 | edition.workspace = true |
| 9 | license.workspace = true |
| 10 | |
| 11 | [dependencies] |
| 12 | qsc = { path = "../source/compiler/qsc" } |
| 13 | |
| 14 | [lints] |
| 15 | workspace = true |
| 16 | |
| 17 | [lib] |
| 18 | doctest = false |
| 19 | |