This commit is contained in:
2025-05-27 23:46:52 +02:00
commit d8422261f6
9 changed files with 420 additions and 0 deletions

7
Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "ts-parser"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"