Skip to content

Commit 11f2d30

Browse files
authored
Merge pull request #1485 from Johan-Liebert1/etc-merge
Implementation for /etc merge
2 parents 310f9f5 + ccc558c commit 11f2d30

File tree

5 files changed

+1153
-0
lines changed

5 files changed

+1153
-0
lines changed

Cargo.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/etc-merge/Cargo.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[package]
2+
name = "etc-merge"
3+
version = "0.1.0"
4+
edition = "2024"
5+
license = "MIT OR Apache-2.0"
6+
publish = false
7+
8+
[dependencies]
9+
anyhow = { workspace = true }
10+
cap-std-ext = { workspace = true }
11+
rustix = { workspace = true }
12+
openssl = { workspace = true }
13+
hex = { workspace = true }
14+
tracing = { workspace = true }
15+
composefs = { workspace = true }
16+
fn-error-context = { workspace = true }
17+
owo-colors = { workspace = true }
18+
anstream = { workspace = true }
19+
20+
[lints]
21+
workspace = true

0 commit comments

Comments
 (0)