changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/audio/dsp/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 1227f932b628
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "dsp"
3 version = "0.1.0"
4 authors = ["ellis"]
5 edition = "2021"
6 description = "DSP Modules"
7 documentation = "https://docs.rwest.io/audio"
8 repository = "https://hg.rwest.io/rlib"
9 publish = ["crater"]
10 
11 [lib]
12 path = "lib.rs"
13 
14 [dependencies]
15 dasp = { version = "0.11.0", features = ["slice", "interpolate", "signal"] }