From c1a28c918e4b7625356a3bd221c2f43cd5973af9 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sun, 30 Oct 2022 19:03:34 +0100 Subject: initial commit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 -- cgit v1.2.3