From da1ccd15e66537163627e19ce7951c12bebb4c79 Mon Sep 17 00:00:00 2001 From: Avril Date: Sat, 27 Mar 2021 01:01:22 +0000 Subject: [PATCH] update Cargo.toml --- .#Cargo.toml | 1 - Cargo.toml | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 120000 .#Cargo.toml 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"