Update Cargo.toml with new repository location.

This commit is contained in:
yukirij 2023-12-05 15:09:45 -08:00
parent 7f4159f3fd
commit ca1d45d5a5

View File

@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021" edition = "2021"
readme="README.md" readme="README.md"
license-file="LICENSE.txt" license-file="LICENSE.txt"
repository="https://git.yukiri.dev/Util/bus-rs/" repository="https://git.yukiri.dev/Utility/bus-rs/"
publish = false publish = false
[dependencies] [dependencies]
pool = { git = "https://git.yukiri.dev/Util/pool-rs.git" } pool = { git = "https://git.yukiri.dev/Utility/pool-rs.git" }