A command-line tool for crate registry backup/export
https://shipyard.rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
356 B
17 lines
356 B
2 years ago
|
# index repo url
|
||
|
index-url = "ssh://git@ssh.shipyard.rs/shipyard-rs-public/crate-index.git"
|
||
|
|
||
|
# alternatively, specify a local dir
|
||
|
# index-path = "/path/to/cloned/index"
|
||
|
|
||
|
[http]
|
||
|
user-agent = "registry-backup/v0.1.0"
|
||
|
requests-per-second = 40
|
||
|
max-concurrent-requests = 20
|
||
|
|
||
|
[output]
|
||
|
path = "output"
|
||
|
format = "/{crate}/{version}/download"
|
||
|
|
||
|
# auth-token = "xxx"
|