12 lines
384 B
TOML
12 lines
384 B
TOML
[package]
|
|
name = "rusttest"
|
|
version = "0.1.0"
|
|
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" }
|
|
|
|
chrono = { version = "*" }
|
|
rand = { version = "*" } |