Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoobergs committed May 18, 2020
1 parent 1579a0a commit 3feee02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3feee02

Please sign in to comment.