From c859a6f0ea9efaa3091b2b87613c9472c4bee561 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:36:45 +0100 Subject: [PATCH] Add initial Cargo.toml --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..05c51a1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rusttest" +version = "0.1.0" +edition = "2024" + +[dependencies] +# add https://github.com/Magnus167/rustframe as a dependency +rustframe = { git = "https://github.com/Magnus167/rustframe.git" , rev = "refs/pull/19/head" } +chrono = { version = "*" } +rand = { version = "*" } \ No newline at end of file