dtolnay/cargo-tally

Support Cargo's "namespaced features"

Aperta

#55 aperta il 16 mar 2022

 (1 commento) (0 reazioni) (0 assegnatari)Rust (11 fork)github user discovery
help wanted

Metriche repository

Star
 (255 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Reference:

Example:

[dependencies]
ravif = { version = "0.6.3", optional = true }
rgb = { version = "0.8.25", optional = true }

[features]
avif = ["dep:ravif", "dep:rgb"]

Guida contributor