// 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!"); }