commit ef278d586356dad32822446d743c0297bc88e856 Author: qj Date: Mon Dec 12 00:05:00 2022 +0800 Added `config.json` diff --git a/config.json b/config.json new file mode 100644 index 0000000..8425e39 --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "dl": "http://txdatacenter:3000/api/v1/crates/{crate}/{version}/download", + "api": "http://txdatacenter:3000", + "allowed-registries": ["https://github.com/rust-lang/crates.io-index"] +}