sapling/lib/Cargo.toml
Stefan Filip 162f93f205 Remove argparse from the lib cargo workspace
Summary: `lib/argparse` fails to build with cargo. Removing the crate from the workspace to unblock building with cargo.

Reviewed By: quark-zju

Differential Revision: D13969332

fbshipit-source-id: 0299f74e6aa81632ce64005d91fa2c30a32f5b96
2019-02-06 16:42:23 -08:00

31 lines
506 B
TOML

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