mirror of
https://github.com/facebook/sapling.git
synced 2024-12-24 13:34:37 +03:00
12f639159e
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
18 lines
319 B
TOML
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"
|