]> Untitled Git - lemmy.git/blobdiff - crates/api/Cargo.toml
Support plain `cargo test` and disable unused doctests for speed
[lemmy.git] / crates / api / Cargo.toml
index e3226eb8581ca2f104474a2192978af5e855c924..299121a6eba68740720c4b58cda9ef4fdfccc81c 100644 (file)
@@ -7,6 +7,7 @@ edition = "2018"
 [lib]
 name = "lemmy_api"
 path = "src/lib.rs"
+doctest = false
 
 [dependencies]
 lemmy_apub = { path = "../apub" }