first commit
This commit is contained in:
commit
0d417bbbe5
12 changed files with 524 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue