Add Complex Output Patterns

This commit is contained in:
Chaoscaot
2023-03-19 11:57:22 +01:00
parent 322ba65656
commit 59272ed3e7
6 changed files with 169 additions and 68 deletions

View File

@@ -16,6 +16,8 @@ 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"] }
serde = "1.0.157"
serde_json = "1.0.94"
[features]
sql = ["dep:schemsearch-sql", "dep:futures", "dep:sqlx"]