Skip to content

Commit

Permalink
test: Add test support in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
glennib committed Jan 15, 2025
1 parent 3d4e5d3 commit 926b014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doctest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
actix-web = { version = "4.0.0-rc.2", default-features = false, features = ["macros"] }
ammonia = "3"
maud = { path = "../maud", features = ["actix-web", "rocket", "tide", "axum", "warp", "submillisecond"] }
maud = { path = "../maud", features = ["actix-web", "rocket", "tide", "axum", "warp", "submillisecond", "poem-3"] }
pulldown-cmark = "0.8"
rocket = "0.5"
rouille = "3"
Expand All @@ -16,6 +16,7 @@ tide = "0.16"
tokio = { version = "1.9.0", features = ["rt", "macros", "rt-multi-thread"] }
axum = "0.8"
warp = "0.3.6"
poem = "3"

[dependencies.async-std]
version = "1.9.0"
Expand Down

0 comments on commit 926b014

Please sign in to comment.