From 08626d4a412632ea8e1023104ac71f3ee53a208d Mon Sep 17 00:00:00 2001 From: Hirevo Date: Mon, 1 Jul 2019 02:44:53 +0200 Subject: [PATCH] Added config.json --- config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..896febb --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "dl": "https://crates.polomack.eu/v1/crates/{crate}/{version}/download", + "api": "https://crates.polomack.eu/", + "allowed-registries": ["https://github.com/rust-lang/crates.io-index", "https://crates.polomack.eu/v1/index"] +}