2022-03-09 12:01:16 +01:00
|
|
|
# config-options: https://book.ktra.dev/configurations.html
|
2022-01-20 16:05:35 +01:00
|
|
|
[index_config]
|
|
|
|
remote_url = "https://your-git-service.tld/YOUR_USERNAME/YOUR_INDEX.git"
|
|
|
|
https_username = "YOUR_USERNAME"
|
|
|
|
https_password = "GITHUB_ACCESS_TOKEN"
|
|
|
|
branch = "master"
|
|
|
|
|
|
|
|
[crate_files_config]
|
|
|
|
#dl_dir_path = "./crates"
|
|
|
|
#cache_dir_path = "./crates_io_caches"
|
|
|
|
|
|
|
|
# This configuration MUST correspond with the `dl` field's value in
|
|
|
|
# `config.json` at the index git repository.
|
|
|
|
#dl_path = "dl"
|