microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c33692f0e2e19723c95436edff82966be3e82bbd

Branches

Tags

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

Clone

HTTPS

Download ZIP

library/Cargo.toml

21lines · modepreview

[package]
name = "library"

version.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
edition.workspace = true
license.workspace = true

[dev-dependencies]
indoc = { workspace = true }
num-bigint = { workspace = true }
expect-test = { workspace = true }
qsc = { path = "../source/compiler/qsc" }

[lints]
workspace = true

[lib]
doctest = false