sapling/eden/scm/lib/xdiff/Cargo.toml
Lukas Piatkowski 12f639159e cargo_from_buck: get rid of signatures in generated Cargo.toml files
Summary: The signatures were used by the linter to warn if the files require regenerating, since the linter now regenerates the files regardless of the signature it is no longer needed to sign the files.

Reviewed By: krallin

Differential Revision: D20467745

fbshipit-source-id: aff2643f80939d5693e7a30abf07484c9060796f
2020-03-20 08:56:11 -07:00

18 lines
319 B
TOML

# @generated by autocargo from //eden/scm/lib/xdiff:[diff,xdiff]
[package]
name = "xdiff"
edition = "2018"
version = "0.1.0"
include = ["src/**/*.rs", "src/bin/diff.rs"]
[lib]
path = "src/lib.rs"
[[bin]]
name = "diff"
path = "src/bin/diff.rs"
[dependencies]
xdiff-sys = { path = "../xdiff-sys" }
structopt = "0.3.7"