blob: 0f1b41972829aa58b56e9b36c5d2fcfd723766b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[package]
name = "things-to-check"
version = "0.3.0"
publish = false
authors = ["Owen Jacobson <owen@grimoire.ca>"]
edition = "2018"
[dependencies]
actix-rt = "~1.0"
actix-web = "~2.0"
pulldown-cmark = "~0.7"
rand = "~0.7"
serde = "~1.0"
serde_urlencoded = "~0.6"
serde_yaml = "~0.8"
thiserror = "~1.0"
url = "~2.1"
[dependencies.maud]
git = "https://github.com/lambda-fairy/maud"
features = ["actix-web"]
[dev-dependencies]
lazy_static = "~1.4"
quickcheck = "~0.9"
quickcheck_macros = "~0.9"
|