diff --git a/Cargo.toml b/Cargo.toml index 05c51a1..aac6e5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*" } \ No newline at end of file