update Cargo.toml

avec
Avril 3 years ago
parent b3403cd6cc
commit da1ccd15e6
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1 +0,0 @@
avril@eientei.1009:1616693269

@ -1,13 +1,14 @@
[package] [package]
name = "stackalloc" name = "stackalloc"
version = "1.0.0" version = "1.0.0"
description = "allocate arbitrary data on the stack at runtime" homepage = "https://git.flanchan.moe/flanchan/stackalloc-rs"
repository = "https://github.com/notflan/stackalloc-rs"
keywords = ["alloca", "stack", "stack-allocation", "safe"]
description = "Safely allocate and manipulate arbitrarily-sized slices on the stack at runtime"
authors = ["Avril <flanchan@cumallover.me>"] authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies] [dev-dependencies]
lazy_static = "1.4.0" lazy_static = "1.4.0"

Loading…
Cancel
Save