mirror of
https://github.com/pisto/oggify
synced 2024-11-14 17:17:29 +00:00
cargo file
This commit is contained in:
parent
c7f7adecec
commit
b397349f1f
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "oggify"
|
||||
version = "0.1.0"
|
||||
authors = ["Lorenzo Pistone <blaffablaffa@gmail.com>"]
|
||||
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.*"
|
Loading…
Reference in New Issue
Block a user