mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-06 15:54:19 +01:00
16 lines
274 B
TOML
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"
|