diff options
author | Ashelyn Rose <git@ashen.earth> | 2024-10-07 21:40:14 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-10-07 21:40:14 -0600 |
commit | 719047ec58ab4777eb49ae9121eb15a9b5a3ea0d (patch) | |
tree | cb594c0e6ad81cdd61093e94794a6a15f7213d28 /Cargo.toml | |
parent | 6442896579bcb92c76219b5d57cff6521fa1559b (diff) |
Remove unnecessary tokio features
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 6137233..09575e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ futures = "0.3.30" regex = "1.10.2" reqwest = "0.12" serde = { version = "1.0.196", features = [ "derive" ] } -tokio = { version = "1.38.0", features = [ "rt", "macros", "time", "rt-multi-thread" ] } +tokio = { version = "1.38.0", features = [ "rt" ] } toml = "0.8.8" twilight-gateway = "0.15.4" twilight-http = "0.15.4" |