Added key-based authentication

This commit is contained in:
Uber Veng
2026-05-29 05:42:38 +07:00
parent fdc9219742
commit 17bf4d546a
9 changed files with 452 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ostiary"
version = "1.1.0"
version = "1.1.1"
edition = "2024"
[dependencies]
@@ -18,3 +18,6 @@ tokio-util = "0.7"
toml = "0.8"
serde_path_to_error = "0.1"
libc = "0.2"
ed25519-dalek = { version = "2", features = ["rand_core"] }
rand = "0.8"
base64 = "0.22"