microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
compiler/qsc_fir/Cargo.toml
14lines · modecode
| 1 | [package] |
| 2 | name = "qsc_fir" |
| 3 | version = "0.0.0" |
| 4 | |
| 5 | authors.workspace = true |
| 6 | homepage.workspace = true |
| 7 | repository.workspace = true |
| 8 | edition.workspace = true |
| 9 | license.workspace = true |
| 10 | |
| 11 | [dependencies] |
| 12 | indenter = { workspace = true } |
| 13 | num-bigint = { workspace = true } |
| 14 | qsc_data_structures = { path = "../qsc_data_structures" } |
| 15 | |