From ffd42902e1fb537dc01b123a59e7db6f81230453 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 8 Jan 2024 13:39:40 +0300 Subject: [PATCH] Remove unused Cargo manifest keys and fix typos --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14a7676..8bc64a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "RGBCube" ] license = "GPL" version = "0.0.1" homepage = "https://rgbcube.github.io" -repositoty = "https://github.com/RGBCube/rgbcube.github.io" +repository = "https://github.com/RGBCube/rgbcube.github.io" edition = "2021" [dependencies] @@ -31,6 +31,3 @@ tower-http = { version = "0.5.0", features = [ "trace" ] } [patch.crates-io] proc-macro2 = { git = "https://github.com/RGBCube/proc-macro2" } - -[build] -incremental = true