sapling/lib/mpatch-sys/Cargo.toml
Durham Goode 8c6e5fd964 mpatch: add rust bindings
Summary:
Adds rust bindings around the existing mpatch c library.

Also fixes a bug in mpatch where it could reference uninitialized memory.

Reviewed By: quark-zju

Differential Revision: D7769299

fbshipit-source-id: bcc21df85c97ef6f5537ebff8fbf1b350ee64fc3
2018-05-14 16:06:32 -07:00

7 lines
79 B
TOML

[package]
name = "mpatch-sys"
version = "0.1.0"
[build-dependencies]
cc = "*"