version = 4
[[package]]
name = "irox-bits"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b2c33e4d4ba7dca30fdb321ae93bee0ffa1ad3796b0ba7a4269debc1d378df6"
[[package]]
name = "irox-geometry"
version = "0.1.0"
dependencies = [
"irox-tools",
"irox-units",
]
[[package]]
name = "irox-tools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d9c05fcbfddc577deffe0352d1b69148059890faa64ce644c2302c1704e5ebe"
dependencies = [
"irox-bits",
]
[[package]]
name = "irox-units"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9af8120c9afa8f709f3fd4cd80bb20be78ecc943171b1f7884c8878136c240ff"
dependencies = [
"irox-tools",
]