Перенос наработок в новый репозиторий

This commit is contained in:
2023-09-17 02:35:58 +04:00
parent a7fd7ba7e9
commit 4e195ec386
9 changed files with 425 additions and 0 deletions

9
packer/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "packer"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = "1.4.3"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"