aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2022-04-11 19:09:48 +0300
committerYigit Sever2022-04-11 19:09:48 +0300
commitbacedcecc51d4f8be610c6a1f4c1d0643faf8146 (patch)
tree99afab3a850d5c339cf55e1c69232228cf1ce5b7 /Cargo.toml
parent426e83ec6fba028692bed334803ae9d3a645cb18 (diff)
downloadgradecoin-bacedcecc51d4f8be610c6a1f4c1d0643faf8146.tar.gz
gradecoin-bacedcecc51d4f8be610c6a1f4c1d0643faf8146.tar.bz2
gradecoin-bacedcecc51d4f8be610c6a1f4c1d0643faf8146.zip
[WIP] more spring cleaning
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6bae27f..77efd25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,6 @@ 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"
30libmath = "0.2.1"
31 30
32[dev-dependencies] 31[dev-dependencies]
33serde_test = "1.0.117" 32serde_test = "1.0.117"