Skip to content

Commit 82724c1

Browse files
committed
feat: add .gitignore and cargo.toml
1 parent 6cd9e90 commit 82724c1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ Cargo.lock
44
# macOS
55
.DS_Store
66
**/.DS_Store
7+
8+
# Test artifacts
9+
tests/fixtures/

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ walkdir = "2"
3333

3434
[dev-dependencies]
3535
tokio-test = "0.4"
36+
reqwest = { version = "0.11", features = ["stream"] }
3637

3738
[[bin]]
3839
name = "initramfs-builder"

0 commit comments

Comments
 (0)