From 97edc164488352897eec1313b63d42aa06bb87a8 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 4 Jul 2020 22:33:59 +0200 Subject: Initial commit --- src/main.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main.rs (limited to 'src') diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..ef8a6ea --- /dev/null +++ b/src/main.rs @@ -0,0 +1,10 @@ +// Copyright (C) 2019 Robin Krahl +// SPDX-License-Identifier: MIT + +#![warn(missing_docs, rust_2018_compatibility, rust_2018_idioms, unused)] + +//! A command-line tool that synchronizes BibTeX bibliographies and local directories. + +fn main() { + println!("Hello, world!"); +} -- cgit v1.2.1