morethantext-web/Cargo.toml

20 lines
380 B
TOML
Raw Permalink Normal View History

2022-02-26 11:18:08 -05:00
[package]
2022-07-05 17:29:10 -04:00
name = "morethantext_web"
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-09-27 07:31:59 -04:00
#async-graphql = "*"
2022-07-02 12:19:59 -04:00
async-std = { version = "*", features = ["attributes"] }
config = "*"
2022-12-04 11:09:56 -05:00
rand = "*"
2022-07-02 12:19:59 -04:00
serde = "*"
tide = "*"
2022-02-26 11:18:08 -05:00
[dev-dependencies]
2022-07-02 12:19:59 -04:00
serial_test = "*"
tide-testing = "*"
2022-12-02 10:34:45 -05:00
tempfile="*"