From 09243652c28d08d18dbfba2c3165ec328b3fca59 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Wed, 3 Sep 2025 00:33:52 +0200 Subject: [PATCH] init --- .gitignore | 1 + Cargo.toml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 Cargo.toml 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]