bibliofile/Cargo.toml

14 lines
251 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"
ncurses = "5.101.0"
scraper = "0.17.1"
tuikit = "0.5.0"