new ebuild app-apps/ktra-0.5.1 - Your Little Cargo Registry.

This commit is contained in:
Micha Glave
2022-01-20 16:05:35 +01:00
parent af917eaf1b
commit b0d11dd3d1
10 changed files with 756 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[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"