microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
billt/revert-mimalloc

Branches

Tags

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

Clone

HTTPS

Download ZIP

compiler/qsc_doc_gen/Cargo.toml

25lines · 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_frontend = { path = "../qsc_frontend" }
17qsc_ast = { path = "../qsc_ast" }
18qsc_hir = { path = "../qsc_hir" }
19rustc-hash = { workspace = true }
20
21[lints]
22workspace = true
23
24[lib]
25doctest = false
26