From 3783b6ace86957c95e5137c7645af319dd2462e9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 28 Mar 2021 17:13:27 +0300 Subject: feat: set version in Cargo.toml for Rust projects --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 93a77d7..6a31eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" [dependencies] anyhow = "1" +cargo-edit = "0.7" log = "0.4" pandoc = "0.8.4" pandoc_ast = "0.8.0" @@ -16,3 +17,5 @@ serde = "1.0.124" serde_json = "1.0.64" structopt = "0.3" thiserror = "1" +toml = "0.5.8" +toml_edit = "0.2.0" -- cgit v1.2.1