Update rustframe dependency to use local path instead of Gitea URL

This commit is contained in:
Palash Tyagi 2025-05-08 22:49:36 +01:00
parent 54ca7f797f
commit dd557aa679

View File

@ -6,7 +6,10 @@ edition = "2018"
[dependencies] [dependencies]
# add https://github.com/Magnus167/rustframe as a dependency # add https://github.com/Magnus167/rustframe as a dependency
# rustframe = { git = "https://github.com/Magnus167/rustframe.git" , rev = "refs/pull/19/head" } # rustframe = { git = "https://github.com/Magnus167/rustframe.git" , rev = "refs/pull/19/head" }
rustframe = { git = "https://gitea.nulltech.uk/Magnus167/rustframe.git" , branch = "matr_eq" } # rustframe = { git = "https://gitea.nulltech.uk/Magnus167/rustframe.git" , branch = "matr_eq" }
# ~/Code/rustframe
rustframe = { path = "/home/palash/Code/rustframe" }
chrono = { version = "*" } chrono = { version = "*" }
rand = { version = "*" } rand = { version = "*" }