bibliofile/Cargo.toml

17 lines
303 B
TOML
Raw Normal View History

2023-03-17 01:11:57 +00:00
[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]
2023-05-29 22:41:05 +00:00
epub = "2.0.0"
2023-07-24 23:36:08 +00:00
scraper = "*"
[dependencies.cursive]
version = "*"
default-features = false
features = ["termion-backend"]