Remove unneeded files

master
Tait Hoyem 2 years ago
parent 0c9f1f377d
commit 657c242dcd

17
2

@ -1,17 +0,0 @@
#[macro_use]
extern crate rocket;
#[!feature(
use melly_valentines::choose_saying::choose_saying;
use std::lazy::OnceCell;
static sayings = OnceCell::new();
#[get("/")]
fn a() -> String {
return choose_saying(sayings.get().expect("Could not get sayings list."));
}
#[launch]
fn rocket() -> _ {
rocket::build().mount("/", routes![a])
}

1456
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -1,11 +0,0 @@
sayings/squishy.txt
sayings/love.txt
sayings/programming.txt
sayings/special-melly.txt
sayings/generic.txt
sayings/food.txt
sayings/blind.txt
sayings/sex.txt
sayings/drugs.txt
sayings/music.txt
sayings/techies.txt

@ -1,9 +0,0 @@
I'm nobody! Who are you?
Are you nobody, too?
Then there's a pair of us - don't tell!
They'd banish us.
How dreary to be somebody!
How public, like a frog
To tell your name the livelong day
To an admiring bogger!
Loading…
Cancel
Save