diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-10-13 21:46:42 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2021-01-28 22:20:13 +0100 |
commit | 9d5bd561419e1145aea81ee820bc3e8405c4fd57 (patch) | |
tree | c49a8311ee45feb55d4534152f71928a713329c3 /rust/Cargo.toml | |
parent | 5c762eaf2310d72b7c5c7d2ba497d94c6441126a (diff) |
rust: Server and account command-line arguments
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 869baeb..bd0e51c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -14,3 +14,5 @@ unicode-width = "^0.1.8" users = "0.10" dirs = "3.0" rand = "0.7" +argparse = "0.2" +libc = "^0.2.79" |