state transition test progress

This commit is contained in:
Michael Sproul
2019-04-17 12:00:22 +10:00
parent 0a02567440
commit 300fcd6ec3
3 changed files with 32 additions and 44 deletions
@@ -6,7 +6,6 @@ edition = "2018"
[build-dependencies]
reqwest = "0.9"
tempdir = "0.3"
[dependencies]
@@ -1,5 +1,4 @@
extern crate reqwest;
extern crate tempdir;
use std::fs::File;
use std::io::copy;