aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 77efd25..065cd84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ sha2 = "0.9.3"
27block-modes = "0.7.0" 27block-modes = "0.7.0"
28aes = "0.6.0" 28aes = "0.6.0"
29askama = "0.10.5" 29askama = "0.10.5"
30csv = "1.1.6"
30 31
31[dev-dependencies] 32[dev-dependencies]
32serde_test = "1.0.117" 33serde_test = "1.0.117"