aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-13 16:36:19 +0200
committerMartin Fischer <martin@push-f.com>2023-08-19 11:40:58 +0200
commit235d810c1b128a4f862289cb70fc31651a6f2068 (patch)
tree7a96a320a98cf4ce163f34f80eefe0aa5b1c1c88 /Cargo.toml
parent821f773bd263829e361c5d8063fc3e59695bbd6a (diff)
test: split up span test
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index efa299d..99a257a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,8 @@ include = ["src/**/*", "LICENSE", "README.md"]
[dev-dependencies]
codespan-reporting = "0.11.1"
+insta = "1.31.0"
+pretty_assertions = "1.0.0"
[features]
# Feature used by integration tests in tests/ to get access to library internals.