Fix package name, add rand
This commit is contained in:
parent
0674a29fc6
commit
6f2d1260a0
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue