use github repo

This commit is contained in:
abbycin 2025-08-27 16:29:50 +08:00
parent 82f454d7ca
commit b2b4f72524
Signed by: abby
GPG Key ID: B636E0F0307EF8EB

View File

@ -4,8 +4,7 @@ version = "0.1.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
# mace = { git = "https://git.o2c.fun/abby/mace.git", branch = "task-64-1" } mace = { git = "https://github.com/abbycin/mace" }
mace = { path = "/home/workspace/gits/github/mace"}
clap = { version = "4.5.42", features = ["derive"] } clap = { version = "4.5.42", features = ["derive"] }
rand = "0.9.2" rand = "0.9.2"
log = "0.4.22" log = "0.4.22"