aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2025-07-10 03:21:56 -0700
committerMike Buland <mike@xagasoft.com>2025-07-10 03:21:56 -0700
commit8192a5574e45ba8b1f2d5950a28c6a58491ae116 (patch)
tree6a28be9f875a68e5cb0246d2417b8a81ff826d8d /rust/Cargo.toml
parenta130a92b89a168bf1ca01c7054c647a468f791ae (diff)
downloadlibgats-8192a5574e45ba8b1f2d5950a28c6a58491ae116.tar.gz
libgats-8192a5574e45ba8b1f2d5950a28c6a58491ae116.tar.bz2
libgats-8192a5574e45ba8b1f2d5950a28c6a58491ae116.tar.xz
libgats-8192a5574e45ba8b1f2d5950a28c6a58491ae116.zip
Starting the rust version of gats.
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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 @@
1[package]
2name = "gats"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]