Move `output-macros` crate into workspace

finchie
Jan 31, 2024, 11:50 AM
VZYZRAO4EXCHW2LBVFG5ELSWG5SCNDREMJ6RKQ4EKQGI2T7SD3ZQC

Dependencies

Change contents

  • file addition: output-macros (d--r------)
    [3.1]
  • file move: src (d--r------)src (d--r------)
    [0.25]
    [2.15]
  • file move: examples (d--r------)examples (d--r------)
    [0.25]
    [2.3340]
  • replacement in output-macros/examples/basic.rs at line 1
    [2.3375][2.3376:3403]()
    use cli_framework::Output;
    [2.3375]
    [2.3403]
    use output_macros::Output;
  • file move: Cargo.toml (----------)Cargo.toml (----------)
    [0.25]
    [2.3962]
  • replacement in output-macros/Cargo.toml at line 2
    [2.3973][2.3973:3996]()
    name = "cli_framework"
    [2.3973]
    [2.3996]
    name = "output_macros"
  • replacement in output-macros/Cargo.toml at line 9
    [2.4057][2.4057:4135]()
    [lints.clippy]
    all = "deny"
    pedantic = "warn"
    nursery = "warn"
    cargo = "warn"
    [2.4057]
    [2.4135]
    [lints]
    workspace = true
  • file addition: Cargo.toml (----------)
    [3.1]
    [workspace]
    members = ["output-macros"]
    resolver = "2"
    [workspace.lints.clippy]
    all = "deny"
    pedantic = "warn"
    nursery = "warn"
    cargo = "warn"
  • replacement in Cargo.lock at line 6
    [2.4394][2.4394:4417]()
    name = "cli_framework"
    [2.4394]
    [2.4417]
    name = "output_macros"