diff options
| author | Alejandro Sior <aho@sior.be> | 2022-10-30 19:03:34 +0100 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-10-30 19:03:34 +0100 |
| commit | c1a28c918e4b7625356a3bd221c2f43cd5973af9 (patch) | |
| tree | 0328ef480f33a26835e9aacd5164b5a486f33932 /Cargo.toml | |
initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d239a65 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "aproc" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +cpal = "0.14.1"
\ No newline at end of file |
