jigs-trace 0.3.1

Per-jig execution tracing for the jigs framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "jigs-core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca3df96b64b9cdcb4c7013cbfb8850eecfc76f3fe07032ff71ef259a8a2a97c"

[[package]]
name = "jigs-trace"
version = "0.3.1"
dependencies = [
 "jigs-core",
]