Added cargo extra info

This commit is contained in:
Anne de Jong 2023-11-22 14:52:16 +01:00
parent 345cc4eb1e
commit d92ab3f316
1 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,16 @@
name = "lasprs"
version = "0.1.0"
edition = "2021"
authors = ["J.A. de Jong <j.a.dejong@ascee.nl>"]
description = "Library for Acoustic Signal Processing (Rust edition)"
readme = "README.md"
repository = "https://code.ascee.nl/ascee/lasprs"
license = "MIT OR Apache-2.0"
keywords = ["dsp", "audio", "measurement", "acoustics", "power spectra", "filters"]
categories = [
"multimedia::audio",
"scientific::dsp",
"scientific::engineering"]
[dependencies]
anyhow = "1.0.75"