Add initial Cargo.toml
This commit is contained in:
parent
2fcc6a707b
commit
c859a6f0ea
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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 = "*" }
|
Loading…
x
Reference in New Issue
Block a user