diff --git a/Cargo.toml b/Cargo.toml index 4d4ffc8..928b073 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 7f0dd67..0497230 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 = [