10
0
Fork 0
mirror of https://github.com/ZeusWPI/ZNS.git synced 2024-10-29 21:14:27 +01:00
zns/Cargo.toml
2024-05-03 17:46:42 +02:00

14 lines
327 B
TOML

[package]
name = "zeusns"
version = "0.1.0"
edition = "2021"
[dependencies]
diesel = { version = "2.1.4", features = ["sqlite"] }
dotenvy = "0.15"
tokio = {version = "1.36.0", features = ["macros","rt-multi-thread","net"], default-features = false}
sshkeys = "0.3.2"
ring = "0.17.8"
base64 = "0.22.0"
ed25519-dalek = "2.1.1"