[package] name = "schemsearch-sql" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sqlx = { version = "0.6", features = [ "runtime-tokio-native-tls" , "mysql" ] } tokio = { version = "1", features = ["full"] } schemsearch-lib = { path = "../schemsearch-lib" } schemsearch-files = { path = "../schemsearch-files" }