From 3b4bc4f873d775672a95c621158320e81026ea32 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F." Date: Sat, 25 Nov 2023 15:08:53 +0100 Subject: [PATCH] Updated category slugs --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50cb5cb..31f6a31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ license = "MIT OR Apache-2.0" keywords = ["dsp", "audio", "measurement", "acoustics", "filter"] categories = [ "multimedia::audio", - "scientific::dsp", - "scientific::engineering"] + "science", + "mathematics"] [lib] name = "lasprs" crate-type = ["cdylib", "lib"]