feat: add support for rustypipe-botguard to get PO tokens
This commit is contained in:
parent
e5a8a0e732
commit
c74a6f62f7
16 changed files with 313 additions and 100 deletions
|
|
@ -99,7 +99,7 @@ fancy-regex.workspace = true
|
|||
thiserror.workspace = true
|
||||
url.workspace = true
|
||||
reqwest = { workspace = true, features = ["json", "gzip", "brotli"] }
|
||||
tokio = { workspace = true, features = ["macros", "time"] }
|
||||
tokio = { workspace = true, features = ["macros", "time", "process"] }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_with.workspace = true
|
||||
|
|
|
|||
Reference in a new issue