sapling/lib/Cargo.toml
Jun Wu 9e08d19d8e configparser: add a new Rust library
Summary: This will be used to parse hgrc-like config files.

Reviewed By: mitrandir77

Differential Revision: D8777330

fbshipit-source-id: 73a114df36e23246a3fc1206be202fba8705453a
2018-07-11 17:36:06 -07:00

24 lines
384 B
TOML

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