From 35edfdbb17a673e609b963aaf2344a44ec17ecf5 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 19 Oct 2025 19:29:24 -0400 Subject: [PATCH] Add config.toml so other people can build --- .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..850bbe5 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[registries.soft-fish] +index = "https://git.soft.fish/j/_cargo-index.git"