]> Untitled Git - lemmy.git/blobdiff - crates/routes/Cargo.toml
Support plain `cargo test` and disable unused doctests for speed
[lemmy.git] / crates / routes / Cargo.toml
index 0c5eac66592a1ff729cd8b91847f3bb7f13a6cbb..b71ffca7037faf4d6275271d5ad9b6dfdaa2669d 100644 (file)
@@ -3,6 +3,9 @@ name = "lemmy_routes"
 version = "0.1.0"
 edition = "2018"
 
+[lib]
+doctest = false
+
 [dependencies]
 lemmy_utils = { path = "../utils" }
 lemmy_websocket = { path = "../websocket" }