feat: basic parsing and read structure implemented

This commit is contained in:
2025-02-22 13:43:00 +01:00
parent d4cb12dbbd
commit 667a0aa4a1
8 changed files with 701 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "code-templates"
version = "0.1.0"
edition = "2021"
[dependencies]
inquire = "0.7.5"
regex = "1.11.1"