summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1719a4599e678df9eb700778df4a77251ecda15c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "synfone"
edition = "2018"
version = "0.1.0"
authors = ["Graham Northup <grissess@nexusg.org>"]

[[bin]]
name = "synfone"
doc = false


[dependencies]
byteorder = "1.1.0"
rand = "0.3"
cpal = { version = "0.13", features = [ "jack" ] }
unicode-xid = "0.1.0"
xml-rs = "0.8.0"
failure = "0.1"