mirror of
https://github.com/microsoft/edit.git
synced 2025-12-23 07:07:25 +00:00
This will allow us to use the `Arena` in `build.rs`. This changeset also contains a version bump of all dependencies.
11 lines
201 B
TOML
11 lines
201 B
TOML
[package]
|
|
name = "stdext"
|
|
version = "0.0.0"
|
|
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
libc = "0.2"
|