You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
385 B

[package]
name = "stackalloc"
3 years ago
version = "1.0.0"
description = "allocate arbitrary data on the stack at runtime"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"
3 years ago
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
lazy_static = "1.4.0"
[build-dependencies]
cc = "1.0"
rustc_version = "0.2"