Add SQL Part

This commit is contained in:
Chaoscaot
2023-03-04 13:31:53 +01:00
parent 26d83caa05
commit ff03732df5
4 changed files with 80 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
[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" }