diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8170992..9d048cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,6 +480,8 @@ dependencies = [ "confindent", "dotenv", "rusqlite", + "serde", + "serde_json", "tokio", "twilight-cache-inmemory", "twilight-gateway", |