first commit

This commit is contained in:
Ugo Botto 2025-06-24 21:51:28 +02:00
commit 0d417bbbe5
12 changed files with 524 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "bin_inspect"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = "4.5.40"
nanoid = "0.4.0"
nom = "8.0.0"
thiserror = "2.0.12"