Remove features
Too much work
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@ -4,15 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dotenvy = { version = "0.15.7", optional = true }
|
dotenvy = "0.15.7"
|
||||||
futures-util = "0.3.31"
|
futures-util = "0.3.31"
|
||||||
rspotify = { version = "0.14.0", default-features = false, features = ["cli", "client-reqwest", "reqwest-rustls-tls"] }
|
rspotify = { version = "0.14.0", default-features = false, features = ["cli", "client-reqwest", "reqwest-rustls-tls", "webbrowser"] }
|
||||||
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|
||||||
[features]
|
|
||||||
default = [
|
|
||||||
"dotenvy",
|
|
||||||
"rspotify/webbrowser"
|
|
||||||
]
|
|
||||||
dotenvy = [ "dep:dotenvy" ]
|
|
||||||
container = []
|
|
||||||
|
Reference in New Issue
Block a user