Update rustframe dependency to use local path instead of Gitea URL
This commit is contained in:
parent
54ca7f797f
commit
dd557aa679
@ -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 = "*" }
|
Loading…
x
Reference in New Issue
Block a user