dls: add password hash function

This commit is contained in:
Mikaël Cluseau
2026-03-16 11:06:19 +01:00
parent 4b1edb2a55
commit 4619899e65
6 changed files with 216 additions and 647 deletions

View File

@@ -6,6 +6,8 @@ use std::collections::BTreeMap as Map;
use std::fmt::Display;
use std::net::IpAddr;
pub mod store;
pub struct Client {
base_url: String,
token: String,