feat: add file-forma.rs

This commit is contained in:
2025-05-31 00:26:48 +08:00
parent 1657f3a955
commit 067f76b5ff
6 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "file-format-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
file-format = { version = "0.27.0", features = ["reader"] }
rust_util = "0.6.47"