bibliofile/Cargo.toml
Daniel Jones 65b7e5ecc0 Commit to scraper_framework branch
- changing framework from Soup to Scraper
 - removed ncurses library. Will use different library instead.
2023-06-28 12:16:04 -05:00

13 lines
234 B
TOML

[package]
name = "bibliofile"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
epub = "1.2.2"
ncurses = "5.101.0"
scraper = "0.17.1"