Added GraphQL to the database.
This commit is contained in:
@@ -6,10 +6,11 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
# morethantext = { git=https://gitea.baskinprattle.com/jbaskin/MoreThanText.git }
|
||||
async-graphql = "4.0"
|
||||
async-std = { version = "1.11", features = ["attributes"] }
|
||||
config = "0.13"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
tide = "0.16"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user