diff options
author | Cyborus <cyborus@cyborus.xyz> | 2023-11-29 21:18:55 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2023-11-30 01:09:15 +0100 |
commit | cea10e2fcafbbae4d16f081524862240d41cc949 (patch) | |
tree | 20503f326b3b58637e69a03c8c946b9be791e5c4 /Cargo.toml | |
parent | add ci pipeline (diff) | |
download | forgejo-api-cea10e2fcafbbae4d16f081524862240d41cc949.tar.xz forgejo-api-cea10e2fcafbbae4d16f081524862240d41cc949.zip |
add testing boilerplate
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 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"] } |