From 981efc0921df6db95fcd5bbe1149cc9eef3f2f45 Mon Sep 17 00:00:00 2001 From: Vera Gonzalez Date: Thu, 28 Nov 2024 12:27:08 -0500 Subject: [PATCH] Release/0.1.0 (#43) * updated Cargo * added author and license-file * removed license in favor of license-file * update deny toml --- Cargo.toml | 14 +++++++++++++- deny.toml | 3 ++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4d4ffc8e..928b0733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,20 @@ [package] name = "polyblade" version = "0.1.0" +authors = ["Vera Gonzalez "] edition = "2021" -license = "AGPL-3.0-only" +license-file = "LICENSE" +description = "Make shapes dance." +repository = "https://github.com/organizedgrime/polyblade" +readme = "README.md" +keywords = ["polyhedra", "graphics", "graphs", "WebGPU"] +categories = [ + "graphics", + "mathematics", + "visualization", + "wasm", + "web-programming", +] [dependencies] bytemuck = { version = "1.0", features = [ diff --git a/deny.toml b/deny.toml index 7f0dd67f..04972301 100644 --- a/deny.toml +++ b/deny.toml @@ -2,7 +2,8 @@ all-features = true [advisories] -ignore = [] +# for `instant` crate +ignore = ["RUSTSEC-2024-0384"] [licenses] allow = [