diff --git a/.#Cargo.toml b/.#Cargo.toml deleted file mode 120000 index fd4f1cb..0000000 --- a/.#Cargo.toml +++ /dev/null @@ -1 +0,0 @@ -avril@eientei.1009:1616693269 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 5af13b7..4539db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,14 @@ [package] name = "stackalloc" 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 "] edition = "2018" 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"