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