about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-06-16 19:00:08 -0400
committerBen Morrison <ben@gbmor.dev>2020-06-16 19:00:08 -0400
commitc4c9412c3f459323f5acd91d4654d7ddae1526f0 (patch)
treeadc72eadab449929e597f0a681b2c96bd4022df2 /Cargo.toml
parentd033f0d23934b2d578ca9ef5aaf6ba1cf51aef00 (diff)
downloadclinte-c4c9412c3f459323f5acd91d4654d7ddae1526f0.tar.gz
recording hash of posts file in homedir
sha256.
This will facilitate checking for new posts on login.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6942652..7f59527 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ lazy_static = "^1.4"
 log = "^0.4"
 serde = { version = "^1.0", features = ["derive"] }
 serde_json = "^1.0"
+sha2 = "^0.9"
 simplelog = "^0.7"
 users = "^0.9"