-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
48 lines (33 loc) · 786 Bytes
/
Cargo.toml
File metadata and controls
48 lines (33 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[package]
name = "libredio"
version = "0.0.3"
authors = ["Ian Daniher <itdaniher@gmail.com>"]
[dependencies.time]
#[dependencies.usb]
#git = "https://github.com/kevinmehall/rust-usb"
[dependencies.toml]
git = "https://github.com/alexcrichton/toml-rs"
[dependencies.num]
git = "https://github.com/rust-lang/num"
[dependencies.bitfount]
path = "src/bitfount"
[dependencies.dsputils]
path = "src/dsputils"
[dependencies.kissfft]
path = "src/kissfft"
[dependencies.kpn]
path = "src/kpn"
#[dependencies.oblw]
#path = "src/oblw"
[dependencies.pasimple]
path = "src/pasimple"
[dependencies.rtlsdr]
path = "src/rtlsdr"
[dependencies.samplerate]
path = "src/samplerate"
[dependencies.vidsink]
path = "src/vidsink"
#[dependencies.wavio]
#path = "src/wavio"
[[bin]]
name = "ratpak"