commit 08626d4a412632ea8e1023104ac71f3ee53a208d Author: Hirevo Date: Mon Jul 1 02:44:53 2019 +0200 Added 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"] +}