microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
319d64370310e1a7cbfee55afdc49e0144aec2f9

Branches

Tags

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

Clone

HTTPS

Download ZIP

allocator/Cargo.toml

15lines · modecode

1[package]
2name = "allocator"
3authors.workspace = true
4homepage.workspace = true
5repository.workspace = true
6edition.workspace = true
7license.workspace = true
8version.workspace = true
9
10[target.'cfg(not(target_family = "wasm"))'.dependencies]
11mimalloc-sys = { path = "./mimalloc-sys" }
12
13[lints]
14workspace = true
15
16