sapling/lib/Cargo.toml
Jun Wu b289384cce bindings: move configparser path normalization to a new util crate
Summary: This makes the code reusable.

Reviewed By: DurhamG

Differential Revision: D16928881

fbshipit-source-id: cced0ecd6099e86c4a3f2f843e4dcfa9c6748e27
2019-08-20 16:40:25 -07:00

41 lines
676 B
TOML

[workspace]
members = [
"blackbox",
"blackbox/serde_alt",
"bookmarkstore",
"clidispatch",
"cliparser",
"commitcloudsubscriber",
"configparser",
"cpython-ext",
"cpython-failure",
"dag",
"drawdag",
"edenapi",
"encoding",
"hgcommands",
"hg_watchman_client",
"indexedlog",
"lz4-pyframe",
"manifest",
"minibench",
"mpatch",
"mpatch-sys",
"mutationstore",
"nodemap",
"pathmatcher",
"procinfo",
"radixbuf",
"revisionstore",
"stackdesc",
"treestate",
"types",
"util",
"vlqencoding",
"watchman_client",
"zstdelta",
]
[profile.release]
lto = "thin"