feat: authlite command
This commit is contained in:
@@ -8,6 +8,7 @@ license = "GPL-3.0"
|
||||
[dependencies]
|
||||
snafu = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
strum = {workspace = true}
|
||||
|
||||
# hashing
|
||||
digest = "0.10.7"
|
||||
@@ -16,7 +17,6 @@ md5 = "0.8.0"
|
||||
|
||||
# other utils
|
||||
chrono = "0.4.41"
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
|
||||
# network request
|
||||
nyquest = { version = "0.2.0", features = ["async", "json"] }
|
||||
|
||||
Reference in New Issue
Block a user