change to Gitea url for testing

This commit is contained in:
Palash Tyagi 2025-04-25 15:37:44 +01:00
parent 7185e91cc4
commit e87d6b7398

View File

@ -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 = "*" }