From 10f04a80a878fd164ec01d4832f11c3cd63712eb Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 15 Nov 2021 20:43:27 +0100 Subject: lib: split out library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not really a satisfactorily clean split as of yet but it’s a start. Error types have been changed from anyhow to io::Error in ``lib.rs`` so as to not force an error handling crate on downstream users. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 82eae4e..63c199b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,10 @@ path = "src/vtcol.rs" test = false doc = false +[lib] +# doctests suck +doctest = false + [dependencies] clap = "2.33" libc = "0.2" -- cgit v1.2.3