mirror of
https://github.com/mollyim/ringrtc.git
synced 2025-05-12 21:30:36 +01:00
21 lines
473 B
TOML
21 lines
473 B
TOML
#
|
|
# Copyright 2019-2022 Signal Messenger, LLC
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
#
|
|
|
|
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"call_sim",
|
|
"mrp",
|
|
"protobuf",
|
|
"src/rust",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "2.50.3"
|
|
authors = ["Calling Team <callingteam@signal.org>"]
|
|
|
|
[patch.crates-io]
|
|
# Use our fork of curve25519-dalek for zkgroup compatibility.
|
|
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' }
|