sapling/lib/mpatch/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

8 lines
111 B
TOML

[package]
name = "mpatch"
version = "0.1.0"
[dependencies]
libc = "*"
mpatch-sys = { path = "../mpatch-sys" }