rucc-session 0.2.1

The per-compilation session, options and diagnostic sink for the rucc C compiler.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rucc-base"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6984baff94082c956532a48f24626b5f492ec15860edd2e37fc537846ea5758a"

[[package]]
name = "rucc-diag"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "959cff4fd61ebe12d99379045bc265eff275bb2e7f687393bd1015148f464f56"

[[package]]
name = "rucc-session"
version = "0.2.1"
dependencies = [
 "rucc-base",
 "rucc-diag",
 "rucc-target",
]

[[package]]
name = "rucc-target"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34328466a3550bdc4013ba05d8f63b0a6a7384f8c41bb577e72ba91cb56b3f95"