diff --git a/Cargo.toml b/Cargo.toml index cc34ee5..cb6df8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "melly-valentines" authors = ["Tait Hoyem "] +description = "Challange" version = "0.1.0" edition = "2021" [dependencies] rocket = "0.5.0-rc.1" -rand = "^0.8.4" -lazy_static = "^1.4.0" +rand = "0.8.4" +lazy_static = "1.4.0" diff --git a/run.sh b/run.sh index 45055f1..f60f8a9 100755 --- a/run.sh +++ b/run.sh @@ -1,2 +1,6 @@ +# Set this to the "core" file. +# It must contain one file on each line, each with sayings in them. +# The program will load every line in each file as a possible saying. + export MELLY_CORE=melly_files.txt cargo run