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:
15
calibre-indexer/Cargo.toml
Normal file
15
calibre-indexer/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user