diff options
author | ashelyn ghost <git@ashen.earth> | 2024-07-11 18:04:13 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-07-11 18:04:13 -0600 |
commit | 8517c3946c741ea9eae1da2b539a4cb452b4f879 (patch) | |
tree | d4d5b6e992eb7af5378d9f9f28a5be0333efa9bb /Cargo.toml | |
parent | f2a579f8e76df09a5ccb56156fd232e54f05529d (diff) |
presence indicator
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 5ff2dee..219aa7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ regex = "1.10.2" reqwest = "0.12" serde = { version = "1.0.196", features = [ "derive" ] } serde_regex = "1.1.0" -tokio = { version = "1.38.0", features = [ "rt", "macros" ] } +tokio = { version = "1.38.0", features = [ "rt", "macros", "time" ] } toml = "0.8.8" twilight-gateway = "0.15.4" twilight-http = "0.15.4" |