diff --git a/kuma-client/Cargo.toml b/kuma-client/Cargo.toml index 144be59..017e1de 100644 --- a/kuma-client/Cargo.toml +++ b/kuma-client/Cargo.toml @@ -1,3 +1,6 @@ +[lib] +doctest = false + [package] name = "kuma-client" description = "Rust wrapper for the Uptime Kuma Socket.IO API"