aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-08-02 20:06:47 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-08-02 20:06:47 +0200
commitb88fe0e8473010db45d81840251a44ca96f0f046 (patch)
treef03c0c8b11de0cc1e14f4faebdbf8d36df1d9ee8 /Cargo.toml
parent992e8454bbdcb2c6c6b7c7bb3f052ebc262d05b9 (diff)
downloadrocket-blog-b88fe0e8473010db45d81840251a44ca96f0f046.tar.gz
rocket-blog-b88fe0e8473010db45d81840251a44ca96f0f046.tar.bz2
rocket-blog-b88fe0e8473010db45d81840251a44ca96f0f046.zip
Flesh out first test some more.HEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e67b75b..df40309 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,3 +21,6 @@ serde_json = "1.0"
version = "0.3.15"
default-features = false
features = ["json"]
+
+[dev-dependencies]
+victoria-dom = "0.1"