bibliofile/Cargo.toml
Daniel Jones 2fe2421e6d - Refactored code to return text
- This is to make sending data to the TUI easier
2023-07-20 10:28:40 -05:00

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