noxid-execution-ir 0.2.0

The execution-ir component of the Noxid compiler
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "noxid-execution-ir"
version = "0.2.0"
dependencies = [
 "noxid-ir",
 "noxid-source",
]

[[package]]
name = "noxid-ir"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98205e38f8c5aa85497a5078bda0abe924c5a020ed3bec737c6f738a8e1ffe58"
dependencies = [
 "noxid-source",
 "noxid-types",
]

[[package]]
name = "noxid-source"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a304661c0834094f5580af8ede5edd5e6da12a5324ea488fc6dffa86fbd961d2"

[[package]]
name = "noxid-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6817220dc14a3fc4ccf58161da4b3ee0944b89676514650275d5e6a067c707f9"