Added cargo extra info
This commit is contained in:
parent
345cc4eb1e
commit
d92ab3f316
10
Cargo.toml
10
Cargo.toml
@ -2,6 +2,16 @@
|
|||||||
name = "lasprs"
|
name = "lasprs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
|
Loading…
Reference in New Issue
Block a user