Make 214 compliant

master
Tait Hoyem 2 years ago
parent 657c242dcd
commit bbbe5cea46

@ -1,10 +1,11 @@
[package] [package]
name = "melly-valentines" name = "melly-valentines"
authors = ["Tait Hoyem <tait@tait.tech>"] authors = ["Tait Hoyem <tait@tait.tech>"]
description = "Challange"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
rocket = "0.5.0-rc.1" rocket = "0.5.0-rc.1"
rand = "^0.8.4" rand = "0.8.4"
lazy_static = "^1.4.0" lazy_static = "1.4.0"

@ -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 export MELLY_CORE=melly_files.txt
cargo run cargo run

Loading…
Cancel
Save