summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2023-11-29 21:18:55 +0100
committerCyborus <cyborus@cyborus.xyz>2023-11-30 01:09:15 +0100
commitcea10e2fcafbbae4d16f081524862240d41cc949 (patch)
tree20503f326b3b58637e69a03c8c946b9be791e5c4 /Cargo.toml
parentadd ci pipeline (diff)
downloadforgejo-api-cea10e2fcafbbae4d16f081524862240d41cc949.tar.xz
forgejo-api-cea10e2fcafbbae4d16f081524862240d41cc949.zip
add testing boilerplate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d64f32a..56cea66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }