microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
compiler/qsc_data_structures/Cargo.toml
24lines · modecode
| 1 | [package] |
| 2 | name = "qsc_data_structures" |
| 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 | [dependencies] |
| 12 | miette = { workspace = true } |
| 13 | serde = { workspace = true } |
| 14 | bitflags = { workspace = true } |
| 15 | rustc-hash = { workspace = true } |
| 16 | |
| 17 | [dev-dependencies] |
| 18 | expect-test = { workspace = true } |
| 19 | |
| 20 | [lints] |
| 21 | workspace = true |
| 22 | |
| 23 | [lib] |
| 24 | doctest = false |
| 25 | |