diff options
| author | a14m <[email protected]> | 2021-04-09 21:38:12 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-09 21:50:18 +0200 |
| commit | 3863d6ca62c75cf08a3dffd509aa9dbea96b894f (patch) | |
| tree | 92309076cb4ec7f88d81e7b2722a0a220f5065e2 /CLI/rust/Cargo.toml | |
| parent | 4a831d3bf6d9c3541ef34b75104a926999457005 (diff) | |
Add seed generator/populate w/tests
Diffstat (limited to 'CLI/rust/Cargo.toml')
| -rw-r--r-- | CLI/rust/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml index 41aff9e..90153e5 100644 --- a/CLI/rust/Cargo.toml +++ b/CLI/rust/Cargo.toml @@ -15,10 +15,11 @@ path = "src/main.rs" [dependencies] clap = { version = "3.0.0-beta.2", features = ["wrap_help"] } +ctrlc = "3.1.8" curl = "0.4.35" rand = "0.8.3" +rand_distr = "0.4.0" regex = "1.4.5" -ctrlc = "3.1.8" terminal_size = "0.1.16" [dev-dependencies] |
