summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml23
1 files changed, 10 insertions, 13 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7b96dd3..0bee10c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,19 +12,16 @@ project = "ojacobson/things-to-check"
branch = "main"
[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]
-version = "~0.22"
-features = ["actix-web"]
+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"
+maud = { version = "0.22", features = ["actix-web"] }
[dev-dependencies]
lazy_static = "~1.4"