Commit to scraper_framework branch

- changing framework from Soup to Scraper
 - removed ncurses library. Will use different library instead.
This commit is contained in:
Daniel Jones 2023-06-28 12:16:21 -05:00
parent 65b7e5ecc0
commit fd9ce23a96

View File

@ -1,16 +0,0 @@
/*
Program: Bibliofile
Language: Rustc 1.69.0
ide: CLion
Operating system: Fedora 38/WSL
Purpose: This module is meant to render the book text within ncurses.
Last edited: 5/20/23
*/
use ncurses;
pub fn main() {
println!("If you can read this, you are in the ncurses_module");
}