aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: dbb40f19a14573c85819a974f8b46f2f278a54eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "indexsearch"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dotext = "0.1.1"
iced = { git = "https://github.com/iced-rs/iced", features = ["advanced", "canvas"] }
lazy_static = "1.4.0"
lopdf = "0.31.0"
rayon = "1.7.0"
rfd = "0.11.4"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.100"
walkdir = "2.3.3"
lyon_algorithms = "1"
once_cell = "1"