Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ida2b25c66d62b40e75eeee924fe9c39c6a6a6964
23 lines
568 B
TOML
23 lines
568 B
TOML
[package]
|
|
name = "pinakes-metadata"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
pinakes-types = { workspace = true }
|
|
lofty = { workspace = true }
|
|
lopdf = { workspace = true }
|
|
epub = { workspace = true }
|
|
matroska = { workspace = true }
|
|
image = { workspace = true }
|
|
kamadak-exif = { workspace = true }
|
|
gray_matter = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
chrono = { workspace = true }
|
|
image_hasher = { workspace = true }
|
|
tracing = { workspace = true }
|
|
regex = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|