mirror of
https://github.com/facebook/sapling.git
synced 2024-12-25 14:05:00 +03:00
c4f0887fc2
Summary: Generate the Cargo.toml files inside xdiff with autocargo. This will enable Mononoke to depend on this code easily without sacrificing anything on eden/scm side. Reviewed By: aslpavel Differential Revision: D19948741 fbshipit-source-id: 905ff3d64b90830e5f075e4c6ed2b3de959e3f00
20 lines
449 B
TOML
20 lines
449 B
TOML
# @generated
|
|
# @autocargo from //eden/scm/lib/xdiff-sys:[xdiff-sys,xdiff-sys-bin]
|
|
# Signature<<65f460a5374401c987d47268cae1953a8b657ba1>>
|
|
[package]
|
|
name = "xdiff-sys"
|
|
edition = "2018"
|
|
version = "0.1.0"
|
|
include = ["src/**/*.rs", "src/bin/xdiff-sys-bin.rs"]
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "xdiff_sys_bin"
|
|
path = "src/bin/xdiff-sys-bin.rs"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.25"
|
|
# @end of Signature<<65f460a5374401c987d47268cae1953a8b657ba1>>
|