microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e40669350941f3c3abc50025b3861ec59dda026a

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Cargo.toml

19lines · modecode

1[workspace]
2members = [
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]
12authors = ["Microsoft"]
13homepage = "https://github.com/microsoft/qsharp"
14repository = "https://github.com/microsoft/qsharp"
15edition = "2021"
16license = "MIT"
17
18[profile.release]
19debug = 1
20