mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 00:22:31 +02:00
25 lines
471 B
TOML
25 lines
471 B
TOML
#
|
|
# Copyright 2025 Signal Messenger, LLC.
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
#
|
|
|
|
[package]
|
|
name = "libsignal-cli-utils"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition = "2024"
|
|
rust-version = "1.85"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
libsignal-core = { workspace = true }
|
|
|
|
base64 = { workspace = true }
|
|
clap-stdin = { workspace = true }
|
|
displaydoc = { workspace = true }
|
|
hex = { workspace = true }
|
|
thiserror = { workspace = true }
|