terra-types 0.2.5

Common types for terra crates
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 = "bounded-integer"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c9c9004ccb053345b305c7bf142e2b5a6d4366b73f389585bdc1b202a7209d"

[[package]]
name = "terra-types"
version = "0.2.5"
dependencies = [
 "bounded-integer",
]