From e18156ac272663192e206435733f59ed51cdf2e2 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 29 Sep 2024 15:44:46 -0600 Subject: [PATCH] Repoint crates.io link to docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bce4303..01c6c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["os:unix-apis", "api-bindings"] readme = "README.md" repository = "https://github.com/fubarnetes/rctl" rust-version = "1.70.0" -documentation = "https://fubarnetes.github.io/rctl/rctl/" +documentation = "https://docs.rs/rctl" edition = "2021" [badges]