aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-30 18:10:53 +0100
committerMartin Fischer <martin@push-f.com>2021-12-05 02:52:36 +0100
commitc29558e8d165df1d3fc1cb32079da9e40f957dc6 (patch)
tree57708a17596e021aadef0ccd3e5d9de1e7008aa8 /Cargo.toml
parentcb8c8b260dc95317b16efddd921e7de2cae57245 (diff)
spans: add span tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a9cb994..13f8e5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ version = "0.2.1"
include = ["src/**/*", "LICENSE", "README.md"]
[dev-dependencies]
+codespan-reporting = "0.11.1"
pretty_assertions = "1.0.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.71"