tryx-stage 0.1.0

Staged computation outcome type for tryx
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 = "tryx-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4659c54578fc3390519a78464b136106d9a4a2b54633bf10adf7824cdb6e090a"

[[package]]
name = "tryx-stage"
version = "0.1.0"
dependencies = [
 "tryx-core",
]