microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
language_service/Cargo.toml
20lines · modecode
| 1 | [package] |
| 2 | name = "qsls" |
| 3 | |
| 4 | version.workspace = true |
| 5 | authors.workspace = true |
| 6 | edition.workspace = true |
| 7 | homepage.workspace = true |
| 8 | license.workspace = true |
| 9 | repository.workspace = true |
| 10 | |
| 11 | [dev-dependencies] |
| 12 | expect-test = { workspace = true } |
| 13 | indoc = { workspace = true } |
| 14 | |
| 15 | [dependencies] |
| 16 | log = { workspace = true } |
| 17 | miette = { workspace = true } |
| 18 | qsc = { path = "../compiler/qsc" } |
| 19 | enum-iterator = { workspace = true } |
| 20 | regex-lite = { workspace = true } |
| 21 | |