sapling/lib/Cargo.toml
Arun Kulshreshtha 70aff50986 edenapi: rename mononokeapi to edenapi
Summary: Rename Mononoke API to Eden API, per war room discussion.

Reviewed By: quark-zju

Differential Revision: D13908195

fbshipit-source-id: 94a2fe93f8a89d0c5e9b6a24939cc4760cfaade0
2019-02-05 21:22:48 -08:00

32 lines
522 B
TOML

[workspace]
members = [
"argparse",
"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