microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
alex/pythontelem

Branches

Tags

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

Clone

HTTPS

Download ZIP

compiler/qsc_fir/Cargo.toml

21lines · modecode

1[package]
2name = "qsc_fir"
3
4version.workspace = true
5authors.workspace = true
6homepage.workspace = true
7repository.workspace = true
8edition.workspace = true
9license.workspace = true
10
11[dependencies]
12indenter = { workspace = true }
13num-bigint = { workspace = true }
14qsc_data_structures = { path = "../qsc_data_structures" }
15rustc-hash = { workspace = true }
16
17[lints]
18workspace = true
19
20[lib]
21doctest = false
22