Initial release

This commit is contained in:
anon74133 2025-07-18 18:48:25 +03:00
parent b281adffc5
commit 7c4e1628b6
Signed by: Anon74123
GPG key ID: FA392911B1E88411
5 changed files with 274 additions and 0 deletions

7
cataloger3000/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "cataloger3000"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1"