Make web tests no longer mutate original files

This commit is contained in:
Lucien Greathouse
2018-06-24 19:37:30 -07:00
parent 5e08093609
commit be58598a3e
4 changed files with 55 additions and 13 deletions

View File

@@ -15,15 +15,16 @@ name = "rojo"
path = "src/bin.rs"
[dependencies]
clap = "2.27.1"
clap = "2.27"
rouille = "2.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
notify = "4.0.0"
notify = "4.0"
rand = "0.4"
regex = "1.0"
lazy_static = "1.0"
[dev-dependencies]
tempfile = "3"
tempfile = "3.0"
walkdir = "2.1"