changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 698: 96958d3eb5b0
parent: 0abefe2a369b
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 = "audio"
3 version = "0.1.0"
4 authors = ["ellis"]
5 edition = "2021"
6 description = "Audio and DSP Modules"
7 documentation = "https://docs.rwest.io/audio"
8 repository = "https://hg.rwest.io/rlib"
9 publish = ["crater"]
10 
11 [dependencies]
12 dsp = { path = "dsp" }
13 cpal = { version = "0.13.5" }
14 hound = { version = "3.5.1" }