Add initial Cargo.toml

This commit is contained in:
Palash Tyagi 2025-04-25 12:36:45 +01:00
parent 2fcc6a707b
commit c859a6f0ea

10
Cargo.toml Normal file
View File

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