sapling/lib/Cargo.toml
Arun Kulshreshtha ee69300428 url-ext: move url-ext to common/rust
Summary: This crate is no longer used by Mercurial, but may still be generally useful to others working with Rust HTTP libraries (such as Hyper, which Mercurial no longer uses but motivated the creation of this crate). Rather than just deleting this crate, let's move it to `common/rust`.

Reviewed By: quark-zju

Differential Revision: D16477315

fbshipit-source-id: 385a17751b289d5186dbd9771891c6679c6192ed
2019-07-25 23:01:15 -07:00

40 lines
658 B
TOML

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