morethantext-web/Cargo.toml

19 lines
368 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-07-02 12:19:59 -04:00
async-graphql = "*"
async-std = { version = "*", features = ["attributes"] }
config = "*"
serde = "*"
serde_json = "*"
tide = "*"
2022-02-26 11:18:08 -05:00
[dev-dependencies]
2022-07-02 12:19:59 -04:00
serial_test = "*"
tide-testing = "*"