feat(gateway): split off cache into separate package, rename package to 'gateway'

This commit is contained in:
spiral
2022-05-10 07:04:33 -04:00
parent 433603feaa
commit abb01aaf2c
12 changed files with 1733 additions and 33 deletions

View File

@@ -9,7 +9,6 @@ use twilight_gateway::{
};
use twilight_http::Client as HttpClient;
mod cache;
mod config;
mod evt;
mod db;