feat: register works

This commit is contained in:
2021-06-26 15:42:47 +08:00
parent 53371c5a18
commit c3a903173c
7 changed files with 589 additions and 14 deletions

View File

@@ -7,5 +7,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
authenticator = "0.3.1"
authenticator = "0.3"
clap = "2.33"
rust_util = "0.6"
sha2 = "0.9"
rand = "0.8"
base64 = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"