diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-27 23:32:30 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-27 23:32:30 -0400 |
commit | 05649a5b2c4a122cfb1644f009825abfc7345d72 (patch) | |
tree | 4921b4de4d8cfdce3ebe8eb33b163b40c62dca40 /Cargo.toml | |
parent | 99273b69b161ae472f5ee37707d0a50ef5608be9 (diff) | |
download | clinte-05649a5b2c4a122cfb1644f009825abfc7345d72.tar.gz |
finished posting and display
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 37732ed..e7de705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ edition = "2018" chrono = "^0.4" clap = "^2.33" log = "^0.4" -rand = "^0.7" rusqlite = "^0.20" -simplelog = "^0.7" \ No newline at end of file +simplelog = "^0.7" +users = "^0.9" \ No newline at end of file |