Files
pubky-core/kytz/Cargo.toml
2023-12-12 17:52:49 +03:00

16 lines
274 B
TOML

[package]
name = "kytes"
version = "0.1.0"
edition = "2021"
description = "Soaring in the Cloud, but you pull the strings."
license = "MIT"
[dependencies]
argon2 = "0.5.2"
bessie = "0.0.1"
bytes = "1.5.0"
rand = "0.8.5"
thiserror = "1.0.50"
z32 = "1.0.2"
zeroize = "1.7.0"