microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ac98ac354351f80adf424c5bf4f6921994235035

Branches

Tags

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

Clone

HTTPS

Download ZIP

library/Cargo.toml

21lines · modecode

1[package]
2name = "library"
3
4version.workspace = true
5authors.workspace = true
6homepage.workspace = true
7repository.workspace = true
8edition.workspace = true
9license.workspace = true
10
11[dev-dependencies]
12indoc = { workspace = true }
13num-bigint = { workspace = true }
14expect-test = { workspace = true }
15qsc = { path = "../source/compiler/qsc" }
16
17[lints]
18workspace = true
19
20[lib]
21doctest = false
22