morethantext-web/Cargo.toml

16 lines
400 B
TOML
Raw Normal View History

2022-02-26 11:18:08 -05:00
[package]
name = "morethantext_web"
version = "0.1.0"
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-std = { version = "1.11", features = ["attributes"] }
tide = "0.16"
config = "0.13"
2022-02-26 11:18:08 -05:00
[dev-dependencies]
tide-testing = "0.1.3"