aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2021-04-25 22:59:52 +0300
committerYigit Sever2021-04-25 22:59:52 +0300
commit6078fec593afcef1f2bb920b931daada09480f51 (patch)
treec7ed245478eb9f38cd90b504b18bdb48b8996387 /Cargo.toml
parent16ef822d9c5a07e9efc35cc3c28c05b737777b5a (diff)
downloadgradecoin-real.tar.gz
gradecoin-real.tar.bz2
gradecoin-real.zip
Fix testsreal
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 45fda30..77efd25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,3 +30,4 @@ askama = "0.10.5"
30 30
31[dev-dependencies] 31[dev-dependencies]
32serde_test = "1.0.117" 32serde_test = "1.0.117"
33pretty_assertions = "0.7.2"