commit 09243652c28d08d18dbfba2c3165ec328b3fca59 Author: yannickreiss Date: Wed Sep 3 00:33:52 2025 +0200 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d1f69d0 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "xtcl" +version = "0.1.0" +edition = "2024" + +[dependencies]