microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
library/Cargo.toml
21lines · modecode
| 1 | [package] |
| 2 | name = "library" |
| 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 | [dev-dependencies] |
| 12 | indoc = { workspace = true } |
| 13 | num-bigint = { workspace = true } |
| 14 | expect-test = { workspace = true } |
| 15 | qsc = { path = "../source/compiler/qsc" } |
| 16 | |
| 17 | [lints] |
| 18 | workspace = true |
| 19 | |
| 20 | [lib] |
| 21 | doctest = false |
| 22 | |