Begin writing the core utils that we'll use for testing things

This commit is contained in:
James Wilson
2021-07-06 16:18:21 +01:00
parent 11c0db389a
commit 8bf412cad9
6 changed files with 248 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "test_utils"
version = "0.1.0"
authors = ["James Wilson <james@jsdw.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0.3.15"
http = "0.2.4"
log = "0.4.14"
soketto = "0.6.0"
thiserror = "1.0.25"
tokio = { version = "1.7.1", features = ["full"] }
tokio-util = "0.6.7"