mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
- Prefix regorus- to mimalloc crates and add MIT licenses - alias dependencies to avoid code changes - add versions and release-plz publish entries - update Cargo.lock files for new crate names Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
15 lines
297 B
TOML
15 lines
297 B
TOML
[package]
|
|
name = "regorus-mimalloc-sys"
|
|
description = "Vendored mimalloc C allocator bindings for regorus"
|
|
version = "2.2.6"
|
|
build = "build.rs"
|
|
links = "mimalloc"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/microsoft/regorus"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|