bibliofile/Cargo.toml
2023-07-24 18:36:08 -05:00

13 lines
226 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 = "*"
tuikit = "0.5.0"