nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 11 lines 288 B view raw
1diff --git a/kuma-client/Cargo.toml b/kuma-client/Cargo.toml 2index 144be59..017e1de 100644 3--- a/kuma-client/Cargo.toml 4+++ b/kuma-client/Cargo.toml 5@@ -1,3 +1,6 @@ 6+[lib] 7+doctest = false 8+ 9 [package] 10 name = "kuma-client" 11 description = "Rust wrapper for the Uptime Kuma Socket.IO API"