microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
280b0da953f54bd2ea9e48c78f03518ef4e75bae

Branches

Tags

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

Clone

HTTPS

Download ZIP

compiler/qsc_doc_gen/Cargo.toml

26lines · modecode

1[package]
2name = "qsc_doc_gen"
3
4version.workspace = true
5authors.workspace = true
6edition.workspace = true
7homepage.workspace = true
8license.workspace = true
9repository.workspace = true
10
11[dev-dependencies]
12expect-test = { workspace = true }
13
14[dependencies]
15regex-lite = { workspace = true }
16qsc_data_structures = { path = "../qsc_data_structures" }
17qsc_frontend = { path = "../qsc_frontend" }
18qsc_ast = { path = "../qsc_ast" }
19qsc_hir = { path = "../qsc_hir" }
20rustc-hash = { workspace = true }
21
22[lints]
23workspace = true
24
25[lib]
26doctest = false
27