51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
[net]
|
|
offline = true
|
|
[source.modcargo]
|
|
directory = '/data/pobj/gurk-rs-0.3.0/gurk-rs-0.3.0/modcargo-crates'
|
|
[source.crates-io]
|
|
replace-with = 'modcargo'
|
|
|
|
[profile.release]
|
|
opt-level = 2
|
|
debug = 0
|
|
debug-assertions = false
|
|
overflow-checks = false
|
|
lto = false
|
|
panic = 'unwind'
|
|
incremental = false
|
|
codegen-units = 4
|
|
rpath = false
|
|
|
|
[profile.bench]
|
|
opt-level = 2
|
|
debug = 0
|
|
debug-assertions = false
|
|
overflow-checks = false
|
|
lto = false
|
|
panic = 'unwind'
|
|
incremental = false
|
|
codegen-units = 4
|
|
rpath = false
|
|
[source."https://github.com/signalapp/curve25519-dalek"]
|
|
git = "https://github.com/signalapp/curve25519-dalek"
|
|
branch = "lizard2"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/signalapp/libsignal"]
|
|
git = "https://github.com/signalapp/libsignal"
|
|
tag = "v0.20.0"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/whisperfish/libsignal-service-rs"]
|
|
git = "https://github.com/whisperfish/libsignal-service-rs"
|
|
rev = "8666ba56f47e405aaf8ed243be6e2ad1b5ad68c1"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/whisperfish/presage"]
|
|
git = "https://github.com/whisperfish/presage"
|
|
rev = "f84d958"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor"
|