2022-04-16 17:08:10 +02:00
|
|
|
[build]
|
|
|
|
jobs = 2 # number of parallel jobs, defaults to # of CPUs
|
2022-04-16 17:15:13 +02:00
|
|
|
rustc = ".cargo/bin/rustc" # the rust compiler tool
|
2022-04-16 17:11:58 +02:00
|
|
|
rustc-wrapper = ".cargo/bin/sccache" # enable sccache
|
2022-04-16 17:27:37 +02:00
|
|
|
|
|
|
|
[future-incompat-report]
|
|
|
|
frequency = 'always' # when to display a notification about a future incompat report
|
2022-04-16 17:30:07 +02:00
|
|
|
|
|
|
|
[http]
|
|
|
|
debug = false # HTTP debugging
|
|
|
|
ssl-version = "tlsv1.3" # TLS version to use
|
|
|
|
timeout = 30 # timeout for each HTTP request, in seconds
|
|
|
|
low-speed-limit = 10 # network timeout threshold (bytes/sec)
|
|
|
|
check-revoke = true # check for SSL certificate revocation
|
|
|
|
multiplexing = true # HTTP/2 multiplexing
|
2022-04-16 17:49:02 +02:00
|
|
|
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
|
|
rustflags = ["-C", "target-cpu=native"]
|