first commit

This commit is contained in:
LunarAkai 2025-08-05 16:20:01 +02:00
commit d974798fcb
6 changed files with 184 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "lang"
version = "0.1.0"
edition = "2024"
[dependencies]
logos = "0.15.0"