Skip to content

Commit 414405c

Browse files
committed
Updated deps
1 parent 1bcccca commit 414405c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ license = "MIT"
77
edition = "2021"
88

99
[dependencies]
10+
tokio = {version = "1", features = ["full"]}
11+
fancy-regex = "^0.14"
1012
serde = { version = "^1.0", features = ["derive"] }
1113
serde_with = { version = "^3.8", default-features = false, features = ["base64", "std", "macros"] }
1214
serde_json = "^1.0"

0 commit comments

Comments
 (0)