build: disable fetchall feature by default
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user