Signal-Calling-Service/Cargo.toml
emir-signal 3ae7c3f7f4
Some checks failed
Security audit / audit (push) Has been cancelled
Continuous integration / ci (push) Has been cancelled
Bump version to v135
2026-05-01 14:34:28 -04:00

30 lines
558 B
TOML

#
# Copyright 2019-2022 Signal Messenger, LLC
# SPDX-License-Identifier: AGPL-3.0-only
#
[workspace]
resolver = "2"
members = [
"backend",
"load_test",
"common",
"docker/bootstrap",
"frontend",
"metrics",
]
[workspace.package]
version = "135.0.0"
edition = "2021"
[profile.release]
debug = 1
panic = "abort"
lto = "fat"
codegen-units = 1
[patch.crates-io]
# Use our fork of curve25519-dalek because we're using zkgroup.
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' }