From b187252902cef03b21dc0570744616fe50903ed4 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet <error.nointernet@gmail.com> Date: Tue, 17 Jan 2023 16:24:28 +0800 Subject: [PATCH] Add dependencies --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 69a9c9f..9c0728d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,6 +672,7 @@ dependencies = [ "azalea-protocol", "chrono", "colored", + "rand", "serde", "strum", "strum_macros", diff --git a/Cargo.toml b/Cargo.toml index 0a49b98..ef3097e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,4 @@ chrono = "0.4.23" strum = "0.24.1" strum_macros = "0.24.1" async-recursion = "1.0.0" +rand = "0.8.5"