From a3033321f2b4f4d4de5a230bce9d8fd4cc371ef4 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 15 Jan 2023 22:05:31 -0600 Subject: [PATCH] the repo is NOT called Cargo.toml --- azalea/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 49506a17..4ceb5b2e 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -13,7 +13,7 @@ //! Then, add one of the following lines to your Cargo.toml: //! //! Latest bleeding-edge version: -//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`\ +//! `azalea = { git="https://github.com/mat-1/azalea" }`\ //! Latest "stable" release: //! `azalea = "0.5.0"` //!