sapling/lib/Cargo.toml
Durham Goode e9b755198c nodemap: introduce rust bidirectional node map
Summary:
Introduces a nodemap structure that stores the mapping between two
nodes with bidirectional indexes.

Reviewed By: quark-zju

Differential Revision: D13047698

fbshipit-source-id: 967bf4b26a4b57e4fa2421a342edb21d3a5adbf6
2018-12-06 11:47:41 -08:00

28 lines
448 B
TOML

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