add testing boilerplate
This commit is contained in:
parent
62ac8f5d48
commit
cea10e2fca
3 changed files with 59 additions and 5 deletions
|
|
@ -13,3 +13,7 @@ tokio = { version = "1.29.1", features = ["net"] }
|
|||
url = { version = "2.4.0", features = ["serde"] }
|
||||
serde = { version = "1.0.168", features = ["derive"] }
|
||||
time = { version = "0.3.22", features = ["parsing", "serde", "formatting"] }
|
||||
|
||||
[dev-dependencies]
|
||||
eyre = "0.6.9"
|
||||
tokio = { version = "1.29.1", features = ["net", "rt", "macros"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue