Files
libsignal/rust/cli-utils/Cargo.toml
Alex Bakon fb33f261bf Upgrade crates to Rust 2024 edition
Co-authored-by: Andrew <andrew@signal.org>
2025-09-03 15:12:59 -04:00

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 }