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