Added table query.

This commit is contained in:
2022-07-02 12:19:59 -04:00
parent 768a61d1d5
commit 30cb65914d
2 changed files with 33 additions and 9 deletions

View File

@@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-graphql = "4.0"
async-std = { version = "1.11", features = ["attributes"] }
config = "0.13"
serde = "1.0"
serde_json = "1.0"
tide = "0.16"
async-graphql = "*"
async-std = { version = "*", features = ["attributes"] }
config = "*"
serde = "*"
serde_json = "*"
tide = "*"
[dev-dependencies]
serial_test = "0.7"
tide-testing = "0.1"
serial_test = "*"
tide-testing = "*"