From 056a0728c775e37460ed00791ad503e03a88f3d6 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 17 Apr 2021 14:37:46 +0200 Subject: Initial import Signed-off-by: Matthias Beyer --- Cargo.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e55ec40 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,21 @@ +[package] +name = "fss" +version = "0.1.0" +authors = ["Matthias Beyer "] +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" + -- cgit v1.2.3