From 8192a5574e45ba8b1f2d5950a28c6a58491ae116 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 10 Jul 2025 03:21:56 -0700 Subject: Starting the rust version of gats. --- rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rust/Cargo.toml (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml new file mode 100644 index 0000000..d8b03fe --- /dev/null +++ b/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "gats" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3