Add: gurk-rs (WIP)

This commit is contained in:
c0dev0id
2022-10-31 22:01:15 +01:00
parent 6ed82ef87d
commit 940e26830b
309 changed files with 105913 additions and 0 deletions

32
net/gurk-rs/files/config Normal file
View 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"