sapling/lib/xdiff/Cargo.toml
Mateusz Kwapich 114bc9d1aa xdiff: add a friendly wrapper for rust bindings (xdiff)
Summary:
This will make using xdiff much easier.

In the next diff I'm planning to also add a function that converts the output of this function to a textual diff (the one with `+`'s and `-`'s).

Reviewed By: quark-zju

Differential Revision: D17551184

fbshipit-source-id: cda332e817f733d7aa32aeeb7b2d312d971826dd
2019-09-26 11:01:09 -07:00

8 lines
114 B
TOML

[package]
name = "xdiff"
version = "0.1.0"
edition = "2018"
[dependencies]
xdiff-sys = { path = "../xdiff-sys" }