mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
2024
This commit is contained in:
parent
8d236a2e4a
commit
78460595e6
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ exclude = ["test-cases/*", "full-tests/*"]
|
||||||
[package]
|
[package]
|
||||||
name = "cargo-minimize"
|
name = "cargo-minimize"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
categories = ["development-tools"]
|
categories = ["development-tools"]
|
||||||
description = "A tool for minimizing rustc ICEs"
|
description = "A tool for minimizing rustc ICEs"
|
||||||
keywords = ["minimization", "ICE", "rust-development"]
|
keywords = ["minimization", "ICE", "rust-development"]
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@ mod processor;
|
||||||
|
|
||||||
pub use build::rustup_which;
|
pub use build::rustup_which;
|
||||||
|
|
||||||
#[cfg(this_pulls_in_cargo_which_is_a_big_dep_i_dont_like_it)]
|
// this experimental and doesnt really work
|
||||||
|
#[cfg(any())]
|
||||||
mod expand;
|
mod expand;
|
||||||
|
|
||||||
use anyhow::{Context, Result};
|
use anyhow::{Context, Result};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue