sapling/lib/Cargo.toml
Saurabh Singh 2def7c19e2 packaging: back out D10213071 to fix continuous build
Summary: D10213071 broke the continuous build. Therefore, backing it out.

Reviewed By: ikostia

Differential Revision: D10238353

fbshipit-source-id: 0b387f6dd802614112cdc969944cbe4c40582b3d
2018-10-08 08:54:08 -07:00

26 lines
414 B
TOML

[workspace]
members = [
"argparse",
"bookmarkstore",
"commitcloudsubscriber",
"configparser",
"encoding",
"hg_watchman_client",
"indexedlog",
"lz4-pyframe",
"minibench",
"mpatch-sys",
"mpatch",
"pathmatcher",
"radixbuf",
"revisionstore",
"treestate",
"types",
"vlqencoding",
"watchman_client",
"zstdelta",
]
[profile.release]
lto = true