1
0
mirror of https://github.com/osmarks/random-stuff synced 2025-09-12 07:16:00 +00:00

New things, documentation

This commit is contained in:
2021-04-08 16:28:33 +01:00
parent d9933d52c5
commit c80ea1d0c7
14 changed files with 1389 additions and 14 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "calibre-indexer"
version = "0.1.0"
authors = ["osmarks <osmarks@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rusqlite = "0.24"
anyhow = "1"
num_cpus = "1"
epub = "1"
xml-rs = "0.8" # TODO: faster XML parser
lazy_static = "1"