wip
This commit is contained in:
parent
1f7a521d07
commit
2ceadd4382
10 changed files with 247 additions and 0 deletions
20
dev-libs/libsignal-ffi/files/vendor-config.toml
Normal file
20
dev-libs/libsignal-ffi/files/vendor-config.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/JesperAxelsson/rust-intmap?rev=e7edd6e8fb452506ca2570e91f62b14dc29a950c"]
|
||||
git = "https://github.com/JesperAxelsson/rust-intmap"
|
||||
rev = "e7edd6e8fb452506ca2570e91f62b14dc29a950c"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/signalapp/boring?tag=signal-v4.15.0"]
|
||||
git = "https://github.com/signalapp/boring"
|
||||
tag = "signal-v4.15.0"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/signalapp/curve25519-dalek?tag=signal-curve25519-4.1.3"]
|
||||
git = "https://github.com/signalapp/curve25519-dalek"
|
||||
tag = "signal-curve25519-4.1.3"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
Loading…
Add table
Add a link
Reference in a new issue