microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
Cargo.toml
19lines · modecode
| 1 | [workspace] |
| 2 | members = [ |
| 3 | "compiler/qsc", |
| 4 | "compiler/qsc_ast", |
| 5 | "compiler/qsc_codegen", |
| 6 | "compiler/qsc_eval", |
| 7 | "compiler/qsc_frontend", |
| 8 | "compiler/qsc_passes", |
| 9 | ] |
| 10 | |
| 11 | [workspace.package] |
| 12 | authors = ["Microsoft"] |
| 13 | homepage = "https://github.com/microsoft/qsharp" |
| 14 | repository = "https://github.com/microsoft/qsharp" |
| 15 | edition = "2021" |
| 16 | license = "MIT" |
| 17 | |
| 18 | [profile.release] |
| 19 | debug = 1 |
| 20 | |