sapling/lib/Cargo.toml
Arun Kulshreshtha 8864e6a0da types: move edenapi-types into types crate
Summary: Move the contents of `edenapi-types` into the `types` crate so all of Mercurial's Rust types are in one place.

Reviewed By: quark-zju

Differential Revision: D14114547

fbshipit-source-id: feb8f9c35f102d30bf00b230df81a86a3893a49b
2019-02-15 22:51:04 -08:00

32 lines
522 B
TOML

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