refactor: init

This commit is contained in:
bfloat16
2026-08-11 14:19:56 +08:00
parent a89900a812
commit e9ead4dc5f
65 changed files with 4028 additions and 7442 deletions
+23
View File
@@ -0,0 +1,23 @@
[package]
name = "senbei-io"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Filesystem, scanning, logging, and CLI orchestration for Senbei"
[dependencies]
anyhow.workspace = true
indicatif.workspace = true
owo-colors.workspace = true
senbei-metadata.workspace = true
senbei-pe.workspace = true
walkdir.workspace = true
[target.'cfg(windows)'.dependencies]
windows.workspace = true
[target.'cfg(not(windows))'.dependencies]
libc.workspace = true
[dev-dependencies]
tempfile.workspace = true