Write some basic test utils to get going; time to start trying them

This commit is contained in:
James Wilson
2021-07-07 17:25:59 +01:00
parent f2adead2e9
commit c043393e28
7 changed files with 182 additions and 74 deletions
+1
View File
@@ -11,6 +11,7 @@ anyhow = "1.0.41"
futures = "0.3.15"
http = "0.2.4"
log = "0.4.14"
serde_json = "1.0.64"
soketto = "0.6.0"
thiserror = "1.0.25"
tokio = { version = "1.7.1", features = ["full"] }