add diffy, prettydiff

This commit is contained in:
2020-07-04 01:09:01 +08:00
parent 1ec2a1c20c
commit 90f93df98a
6 changed files with 527 additions and 0 deletions

11
prettydiff/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "prettydiff"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prettydiff = "0.3.1"