microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
76e91f14a9d330a29358b45692e7530a3ccae10d

Branches

Tags

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

Clone

HTTPS

Download ZIP

compiler/qsc_fir/Cargo.toml

14lines · modecode

1[package]
2name = "qsc_fir"
3version = "0.0.0"
4
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" }
15