mirror of
https://github.com/JockeTF/fimfareader.git
synced 2024-11-27 15:38:00 +01:00
26 lines
422 B
TOML
26 lines
422 B
TOML
[package]
|
|
name = "fimfareader-hpm"
|
|
version = "0.1.0"
|
|
authors = ["Joakim Soderlund <joakim.soderlund@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies.fimfareader]
|
|
path = ".."
|
|
|
|
[dependencies.chrono]
|
|
version = "*"
|
|
|
|
[dependencies.indicatif]
|
|
version = "*"
|
|
features = ["rayon"]
|
|
|
|
[dependencies.rayon]
|
|
version = "*"
|
|
|
|
[dependencies.regex]
|
|
version = "*"
|
|
|
|
[dependencies.zip]
|
|
version = "*"
|
|
features = ["deflate"]
|
|
default-features = false
|