Removed unneeded dependency.

This commit is contained in:
yukirij 2023-10-02 18:53:37 -07:00
parent 57c67cae9e
commit 93f2746f05

View File

@ -2,6 +2,7 @@
name = "szun" name = "szun"
version = "0.1.0" version = "0.1.0"
repository = "https://git.yukiri.dev/Suzu/szun" repository = "https://git.yukiri.dev/Suzu/szun"
readme = "README.md"
license-file = "LICENSE.txt" license-file = "LICENSE.txt"
edition = "2021" edition = "2021"
publish = false publish = false
@ -10,7 +11,6 @@ publish = false
cc = "1.0" cc = "1.0"
[dependencies] [dependencies]
yutil = { package = "util", git = "https://git.yukiri.dev/Yukiri/util.git" }
[profile.dev] [profile.dev]
opt-level = 0 opt-level = 0