morethantext-web/Cargo.toml

19 lines
387 B
TOML
Raw Normal View History

2022-02-26 11:18:08 -05:00
[package]
name = "morethantext"
2022-02-26 11:18:08 -05:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-06-30 08:37:27 -04:00
async-graphql = "4.0"
async-std = { version = "1.11", features = ["attributes"] }
config = "0.13"
serde = "1.0"
2022-06-30 08:37:27 -04:00
serde_json = "1.0"
tide = "0.16"
2022-02-26 11:18:08 -05:00
[dev-dependencies]
serial_test = "0.7"
tide-testing = "0.1"