diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,4 +8,4 @@ anyhow = "1.0.102" env_logger = "0.11.10" log = "0.4.29" rusqlite = "0.39.0" -tokio = { version = "1.51.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.51.0", features = ["macros", "rt-multi-thread", "sync"] } |
