From b397349f1f62775f104438fe1c770a2e6cd558e8 Mon Sep 17 00:00:00 2001 From: Lorenzo Pistone Date: Tue, 12 Feb 2019 22:11:51 +0100 Subject: [PATCH] cargo file --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..9d7fe48 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "oggify" +version = "0.1.0" +authors = ["Lorenzo Pistone "] +edition = "2018" + +[dependencies] +futures = "0.1.8" +tokio-core = "0.1.2" +librespot-core = { git = "https://github.com/librespot-org/librespot.git" } +librespot-metadata = { git = "https://github.com/librespot-org/librespot.git" } +librespot-audio = { git = "https://github.com/librespot-org/librespot.git" } +regex = "1" +log = "0.4.0" +env_logger = "0.6.0" +scoped_threadpool = "0.1.*"