Skip to content

Commit 2ca6887

Browse files
etc-merge: Add license to Cargo.toml
Signed-off-by: Johan-Liebert1 <[email protected]>
1 parent e254498 commit 2ca6887

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/etc-merge/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "etc-merge"
33
version = "0.1.0"
44
edition = "2024"
5+
license = "MIT OR Apache-2.0"
6+
publish = false
57

68
[dependencies]
79
anyhow = { workspace = true }

crates/lib/src/cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,6 @@ async fn run_from_opt(opt: Opt) -> Result<()> {
15191519

15201520
Ok(())
15211521
}
1522-
15231522
},
15241523
#[cfg(feature = "docgen")]
15251524
Opt::Man(manopts) => crate::docgen::generate_manpages(&manopts.directory),

0 commit comments

Comments
 (0)