rucc-session 0.7.3

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

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

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

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