-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
22 lines (21 loc) · 751 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "rippify"
version = "0.2.0"
edition = "2021"
authors = ["Antonio de Haro"]
license = "MIT"
description = "Downloads songs from Spotify to ogg files (requires premium account)"
keywords = ["spotify"]
repository = "https://github.com/DarthChungo/rippify"
readme = "README.md"
[dependencies]
getopts = "0.2"
tokio = { version = "1.28.0", features = ["full"] }
librespot-core = { git = "https://github.com/librespot-org/librespot.git", rev = "c964102" }
librespot-metadata = { git = "https://github.com/librespot-org/librespot.git", rev = "c964102" }
librespot-audio = { git = "https://github.com/librespot-org/librespot.git", rev = "c964102" }
colored = "2.0.0"
regex = "1.8.3"
async-recursion = "1.0.4"
lewton = "0.10.2"
ogg = "0.9.0"