feat: add file-forma.rs
This commit is contained in:
8
file-format-rs/Cargo.toml
Normal file
8
file-format-rs/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user