15 lines
457 B
TOML
15 lines
457 B
TOML
# config-options: https://book.ktra.dev/configurations.html
|
|
[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"
|