From bbbe5cea4629db3c684d3aa731157a87813d757b Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Fri, 11 Feb 2022 16:20:05 -0700 Subject: [PATCH] Make 214 compliant --- Cargo.toml | 5 +++-- run.sh | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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