From 8f0578ba4e3c58044e9511af4f6482b85e8da0b1 Mon Sep 17 00:00:00 2001 From: "Shipyard.rs Bot" Date: Wed, 10 Apr 2024 09:01:34 +0000 Subject: [PATCH] adds config.json --- config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..47dc2d4 --- /dev/null +++ b/config.json @@ -0,0 +1,8 @@ +{ + "dl": "https://crates.shipyard.rs/api/v1/crates", + "api": "https://crates.shipyard.rs", + "allowed-registries": [ + "https://github.com/rust-lang/crates.io-index" + ], + "auth-required": true +} \ No newline at end of file