From 7b368e3cf474253d62842ec64696f1e36f1cec1e Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Sat, 16 May 2026 12:58:07 -0700 Subject: [PATCH] add cargo registry --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..326e199 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[registries.Quaternions] +index = "sparse+https://git.aleshym.co/api/packages/Quaternions/cargo/"