diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-13 16:36:19 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-08-19 11:40:58 +0200 |
commit | 235d810c1b128a4f862289cb70fc31651a6f2068 (patch) | |
tree | 7a96a320a98cf4ce163f34f80eefe0aa5b1c1c88 /Cargo.toml | |
parent | 821f773bd263829e361c5d8063fc3e59695bbd6a (diff) |
test: split up span test
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |