From 6f2d1260a06190d42bbeccbc159714c9f19da671 Mon Sep 17 00:00:00 2001 From: Neppa Date: Sat, 7 Oct 2023 03:42:15 -0400 Subject: [PATCH] Fix package name, add rand --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c0a2b7..fa08665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "SmugBot" +name = "smug_bot" version = "0.1.0" edition = "2021" @@ -11,3 +11,4 @@ dotenv = "0.15.0" env-file-reader = "0.3.0" rsnltk = "0.1.3" sqlite = "0.31.1" +rand = "0.8.5"