Make 214 compliant

master
Tait Hoyem 2 years ago
parent 657c242dcd
commit bbbe5cea46

@ -1,10 +1,11 @@
[package]
name = "melly-valentines"
authors = ["Tait Hoyem <tait@tait.tech>"]
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"

@ -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

Loading…
Cancel
Save