2023-03-04 13:31:53 +01:00
|
|
|
[package]
|
|
|
|
name = "schemsearch-sql"
|
2023-03-19 11:59:39 +01:00
|
|
|
version = "0.1.1"
|
2023-03-04 13:31:53 +01:00
|
|
|
edition = "2021"
|
2023-03-08 15:47:51 +01:00
|
|
|
license = "AGPL-3.0-or-later"
|
2023-03-04 13:31:53 +01:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-03-08 15:47:51 +01:00
|
|
|
sqlx = { version = "0.6", features = [ "runtime-async-std-native-tls" , "mysql" ] }
|
2023-03-04 13:31:53 +01:00
|
|
|
|
|
|
|
schemsearch-lib = { path = "../schemsearch-lib" }
|
|
|
|
schemsearch-files = { path = "../schemsearch-files" }
|