bibliofile/Cargo.toml
Daniel Jones 93eadf68c8 set termion as backend, curses as frontend.
setup for new page turning system to accomodate cursive
2023-10-14 22:06:56 -05:00

17 lines
303 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 = "2.0.0"
scraper = "*"
[dependencies.cursive]
version = "*"
default-features = false
features = ["termion-backend"]