sapling/lib/Cargo.toml
Durham Goode 28e570113e lib: remove cbincode from cargo workspace
Summary: This doesn't exist.

Reviewed By: quark-zju

Differential Revision: D8743699

fbshipit-source-id: b12c2beb600b2918bee8ca579dbf96bc8ce5288c
2018-07-05 18:50:43 -07:00

23 lines
364 B
TOML

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