rucc-session 0.7.8

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.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17622fab1e1d9d9a3b9fe21b309dbd4710ad357911259ba4c4d39b7584ab8d3a"

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

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

[[package]]
name = "rucc-target"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2420da95d7bbc76b5e3d2fcb2885411ce46836c4cd4337527272c696a78bfea"
dependencies = [
 "rucc-base",
]