mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-09 16:33:10 +00:00
14 lines
263 B
TOML
14 lines
263 B
TOML
[package]
|
|
name = "double-ratchets"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
x25519-dalek = { version="2.0.1", features=["static_secrets"] }
|
|
chacha20poly1305 = "0.10.1"
|
|
rand_core = "0.6.4"
|
|
rand = "0.8.5"
|
|
hkdf = "0.12.4"
|
|
thiserror = "2"
|
|
blake2 = "0.10.6"
|