Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 1106176

Browse files
Mark WongMark Wong
Mark Wong
authored and
Mark Wong
committedOct 27, 2020
Merge branch 'rust'
2 parents db57c39 + f61a41b commit 1106176

10 files changed

+877
-77
lines changed
 

‎Cargo.lock

+290
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10+
clap = "2"
11+
chrono = "0"
12+
rand = "0.7"
13+
rand_pcg = "0"
14+
regex = "1"
15+
16+
[[bin]]
17+
name = "touchstone-generate-table-data"
18+
path = "src/generate-table-data.rs"

0 commit comments

Comments
 (0)