This commit is contained in:
Yannick Reiß 2025-09-03 00:33:52 +02:00
commit 09243652c2
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "xtcl"
version = "0.1.0"
edition = "2024"
[dependencies]