aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b51ddc777986d925d4da135c994f5e3dd045cbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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]