mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 20:33:02 +02:00
add missing feature-projections between intra-workspace crates
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
21ec255159
commit
576a783a6f
9 changed files with 221 additions and 58 deletions
|
@ -31,7 +31,7 @@ const ROUTER_MANIFEST: &'static str = ();
|
|||
#[cargo_manifest(crate = "main")]
|
||||
const MAIN_MANIFEST: &'static str = ();
|
||||
|
||||
/// Processed list of features access all project crates. This is generated from
|
||||
/// Processed list of features across all project crates. This is generated from
|
||||
/// the data in the MANIFEST strings and contains all possible project features.
|
||||
/// For *enabled* features see the info::rustc module instead.
|
||||
static FEATURES: OnceLock<Vec<String>> = OnceLock::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue