From 7d152dad05872282595bf80e28bd0719be0fd8c2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 28 Mar 2021 12:44:29 +0300 Subject: chore: add dependencies to Cargo.toml Also, drop Cargo.lock from .gitignore, as we don't want someone to randomly get different version when they build from source. We'll be updating the lock file for every release. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 91c0a39..098f345 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1" +pandoc = "0.8.4" +pandoc_ast = "0.8.0" +serde = "1.0.124" +serde_json = "1.0.64" +thiserror = "1" -- cgit v1.2.1