microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
allocator/Cargo.toml
15lines · modecode
| 1 | [package] |
| 2 | name = "allocator" |
| 3 | authors.workspace = true |
| 4 | homepage.workspace = true |
| 5 | repository.workspace = true |
| 6 | edition.workspace = true |
| 7 | license.workspace = true |
| 8 | version.workspace = true |
| 9 | |
| 10 | [target.'cfg(not(any(target_family = "wasm")))'.dependencies] |
| 11 | mimalloc-sys = { path = "./mimalloc-sys" } |
| 12 | |
| 13 | [lints] |
| 14 | workspace = true |