This commit is contained in:
Manuel Friedli 2025-11-14 14:34:35 +01:00
parent 1f7a521d07
commit 2ceadd4382
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
10 changed files with 247 additions and 0 deletions

View 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"