Add: gurk-rs (WIP)
This commit is contained in:
32
net/gurk-rs/files/config
Normal file
32
net/gurk-rs/files/config
Normal file
@@ -0,0 +1,32 @@
|
||||
[source."https://github.com/boxdot/libsignal-service-rs"]
|
||||
git = "https://github.com/boxdot/libsignal-service-rs"
|
||||
rev = "8be91da2"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/boxdot/presage.git"]
|
||||
git = "https://github.com/boxdot/presage.git"
|
||||
rev = "f908e8f"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/signalapp/curve25519-dalek.git"]
|
||||
git = "https://github.com/signalapp/curve25519-dalek.git"
|
||||
branch = "lizard2"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/signalapp/libsignal-client"]
|
||||
git = "https://github.com/signalapp/libsignal-client"
|
||||
tag = "v0.11.0"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/signalapp/poksho.git"]
|
||||
git = "https://github.com/signalapp/poksho.git"
|
||||
tag = "v0.7.0"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/signalapp/zkgroup"]
|
||||
git = "https://github.com/signalapp/zkgroup"
|
||||
tag = "v0.7.3"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
Reference in New Issue
Block a user