dls: add password hash function
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user