mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2026-01-09 04:37:06 +01:00
Add Complex Output Patterns
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user