summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1c9506a0fc9990be907bc11f1576d1021122519d (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 = "0.13"
unicode-xid = "0.1.0"
xml-rs = "0.8.0"
failure = "0.1"