We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcccca commit 414405cCopy full SHA for 414405c
Cargo.toml
@@ -7,6 +7,8 @@ license = "MIT"
7
edition = "2021"
8
9
[dependencies]
10
+tokio = {version = "1", features = ["full"]}
11
+fancy-regex = "^0.14"
12
serde = { version = "^1.0", features = ["derive"] }
13
serde_with = { version = "^3.8", default-features = false, features = ["base64", "std", "macros"] }
14
serde_json = "^1.0"
0 commit comments