Add Progressbar

This commit is contained in:
Chaoscaot
2023-03-12 14:13:55 +01:00
parent 3792be48a3
commit 916613773b
3 changed files with 16 additions and 14 deletions

View File

@ -15,6 +15,7 @@ clap = { version = "4.1.8", features = ["cargo"] }
futures = { version = "0.3", optional = true }
sqlx = { version = "0.6", features = [ "runtime-async-std-native-tls" , "mysql" ], optional = true }
rayon = "1.7.0"
indicatif = { version = "0.17.3", features = ["rayon"] }
[features]
sql = ["dep:schemsearch-sql", "dep:futures", "dep:sqlx"]