microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
cd67b36992d2ea20ba330acb56e2e9ac04c11938

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/Cargo.toml

15lines · modecode

1[package]
2name = "katas"
3version = "0.0.0"
4
5authors.workspace = true
6homepage.workspace = true
7repository.workspace = true
8edition.workspace = true
9license.workspace = true
10
11[dependencies]
12qsc = { path = "../compiler/qsc" }
13
14[dev-dependencies]
15indoc = { workspace = true }
16