From 93f2746f05033e9c852077dfafcb2a593fa436ec Mon Sep 17 00:00:00 2001 From: yukirij Date: Mon, 2 Oct 2023 18:53:37 -0700 Subject: [PATCH] Removed unneeded dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6efe945..8d6b3bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "szun" version = "0.1.0" repository = "https://git.yukiri.dev/Suzu/szun" +readme = "README.md" license-file = "LICENSE.txt" edition = "2021" publish = false @@ -10,7 +11,6 @@ publish = false cc = "1.0" [dependencies] -yutil = { package = "util", git = "https://git.yukiri.dev/Yukiri/util.git" } [profile.dev] opt-level = 0