change to Gitea url for testing
This commit is contained in:
parent
7185e91cc4
commit
e87d6b7398
@ -1,10 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusttest"
|
name = "rusttest"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
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" }
|
||||||
|
|
||||||
chrono = { version = "*" }
|
chrono = { version = "*" }
|
||||||
rand = { version = "*" }
|
rand = { version = "*" }
|
Loading…
x
Reference in New Issue
Block a user