build: disable fetchall feature by default

This commit is contained in:
mokurin000
2025-08-02 00:06:58 +08:00
parent f000b8636c
commit 780785b7ea

View File

@@ -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"]