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