diff --git a/sdgb-cli/Cargo.toml b/sdgb-cli/Cargo.toml index 662717d..d25c6f5 100644 --- a/sdgb-cli/Cargo.toml +++ b/sdgb-cli/Cargo.toml @@ -6,7 +6,7 @@ authors = ["mokurin000"] description = "CLI tool for SDGB protocol" [features] -default = ["compio", "fetchall"] +default = ["compio"] compio = ["dep:compio", "sdgb-api/compio"] tokio = ["dep:tokio", "sdgb-api/tokio"]