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

10
diffy/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "diffy"
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]
diffy = "0.1.1"