Added initial elements for SQL.

This commit is contained in:
2022-09-27 07:31:59 -04:00
parent dda166ecbe
commit 786c69d840
7 changed files with 363 additions and 533 deletions

View File

@@ -6,11 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-graphql = "*"
#async-graphql = "*"
async-std = { version = "*", features = ["attributes"] }
config = "*"
pest = "*"
pest_derive = "*"
serde = "*"
serde_json = "*"
#serde_json = "*"
tide = "*"
[dev-dependencies]