diff options
Diffstat (limited to 'gen/Cargo.toml')
| -rw-r--r-- | gen/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/Cargo.toml b/gen/Cargo.toml index 186082b..52c7d8a 100644 --- a/gen/Cargo.toml +++ b/gen/Cargo.toml @@ -6,7 +6,7 @@ version.workspace = true [dependencies] just_fmt = "0.1.2" -tokio = { version = "1", features = ["rt", "rt-multi-thread"] } +tokio = { version = "1", features = ["full"] } chrono = "0.4" toml = "0.9" regex = "1.12" |
