microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1f395affacf07ec4ebc12b63e6d776a7a8bdf24c

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(any(target_family = "wasm")))'.dependencies]
11mimalloc-sys = { path = "./mimalloc-sys" }
12
13[lints]
14workspace = true
15
16