From 97edc164488352897eec1313b63d42aa06bb87a8 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 4 Jul 2020 22:33:59 +0200 Subject: Initial commit --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b51ddc7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +# Copyright (C) 2020 Robin Krahl +# SPDX-License-Identifier: CC0-1.0 + +[package] +name = "bibdirsync" +version = "0.1.0" +authors = ["Robin Krahl "] +edition = "2018" +repository = "https://git.ireas.org/bibdirsync/" +description = "Synchronization between BibTeX bibliographies and local directories" +keywords = ["bibtex", "bibliography", "synch", "pdf", "download"] +categories = ["command-line-utilities"] +readme = "README.md" +license = "MIT" + +[dependencies] -- cgit v1.2.1