aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 16 insertions, 0 deletions
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 <robin.krahl@ireas.org>
+# SPDX-License-Identifier: CC0-1.0
+
+[package]
+name = "bibdirsync"
+version = "0.1.0"
+authors = ["Robin Krahl <robin.krahl@ireas.org>"]
+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]