Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 26, 2020
1 parent c44db69 commit a52269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ categories = ["algorithms"]
license = "MIT/Apache-2.0"
name = "treediff"
readme = "README.md"
include = ["src/**/*.rs", "Cargo.toml"]
repository = "https://github.com/Byron/treediff-rs"
edition = "2018"
version = "4.0.1-alpha.0"
include = ["src/**/*", "LICENSE-*", "README.md", "changelog.md"]

[dependencies]
rustc-serialize = {version = "0.3.24", optional = true}
Expand Down

0 comments on commit a52269e

Please sign in to comment.