From 3feee0237a0ff80cfac1318e3168dad51f85ce61 Mon Sep 17 00:00:00 2001 From: Jesse Hoobergs Date: Mon, 18 May 2020 20:07:47 +0200 Subject: [PATCH] Update Cargo.toml --- crate/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crate/Cargo.toml b/crate/Cargo.toml index c4ad901..8b644f5 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -6,11 +6,12 @@ license = "MIT OR Apache-2.0" description = "A dvi2html converter" repository = "https://github.com/jhoobergs/dvi2html-rs/tree/master/crate" readme = "README.md" +include = ["src/*.rs", "Cargo.toml"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dvi = { git = "https://github.com/jhoobergs/dvi-rs" } # "^0.1.0" +dvi = "^0.2.2" serde = {version="1.0.110", features=["derive"]} serde_json = "1.0.53"