From ff8b2c2165d6a5e14f18466cf00ab9fc4e252f89 Mon Sep 17 00:00:00 2001 From: Amber J Blue Date: Tue, 22 Aug 2023 17:59:04 -0400 Subject: [PATCH] Update config for publishing (#7) --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 63ae56c..47ce1f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "estratto" version = "0.0.1" edition = "2021" +license = "MIT" +keywords = ["audio", "audio-analysis", "dsp", "feature-extraction", "audio-features"] +categories = ["multimedia::audio", "multimedia", "science"] +documentation = "https://docs.rs/estratto" +repository = "https://github.com/AmberJBlue/estratto/tree/main" authors = ["Amber Blue "] description = "estratto is a powerful and user-friendly Rust library designed for extracting rich audio features from digital audio signals." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html