Initial commit

This commit is contained in:
2025-11-30 18:48:21 -05:00
commit c1da10a8fe
5 changed files with 725 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "inventory"
version = "0.1.0"
edition = "2024"
[dependencies]
csv = "1.4.0"
serde = { version = "1.0.228", features = ["derive"] }