feat: initial support of method call
This commit is contained in:
@@ -11,12 +11,18 @@ snafu = { workspace = true }
|
||||
digest = "0.10.7"
|
||||
hmac-sha256 = { version = "1.1.12", features = ["digest010", "traits010"] }
|
||||
|
||||
# other utils
|
||||
chrono = "0.4.41"
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
|
||||
# network request
|
||||
nyquest = { version = "0.2.0", features = ["async", "json"] }
|
||||
|
||||
# (de)serialization
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.141"
|
||||
|
||||
flate2 = "1.1.2"
|
||||
cbc = "0.1.2"
|
||||
aes = "0.8.4"
|
||||
md5 = "0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user