From dd557aa679f7b4f4b5f1ec2f71de04a20cdc0858 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 8 May 2025 22:49:36 +0100 Subject: [PATCH] Update rustframe dependency to use local path instead of Gitea URL --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aac6e5e..404138d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,10 @@ 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://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 = "*" } rand = { version = "*" } \ No newline at end of file