summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e55ec4008b59b6f32f4d5fb229774ee8ad2e7b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name    = "fss"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
license = "GPL-2.0"

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

[dependencies]
anyhow      = "1.0.40"
clap        = "2.33.3"
config      = "0.11.0"
env_logger  = "0.8.3"
getset      = "0.1.1"
itertools   = "0.10.0"
log         = "0.4.14"
serde       = "1.0.125"
tantivy     = "0.14"
xdg         = "2.2.0"