rucc-gnu 0.2.18

The GNU compatibility surface: features.toml, attributes, builtins, pragmas.
Documentation
[package]
name = "rucc-gnu"
description = "The GNU compatibility surface: features.toml, attributes, builtins, pragmas."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true

[lints]
workspace = true

# Nothing yet. The crates this one is expected to reach for once M1 lands are
# `rucc-base`, `rucc-diag`, `rucc-session`, all of lower rank than 4. Dependencies are added when they
# are used, not in advance, so that the graph `cargo xtask layers` reads is the real one.
[dependencies]