sapling/eden/scm/Cargo.toml
Saul Gutierrez d430d13cb5 tests: move environment related utils to their own crate
Summary: The `lock_env` function from `scm/lib/config/loader/src/test_util.rs` was way too useful to leave in its own crate, since it could be useful for Rust unit tests that modified environment variables

Reviewed By: quark-zju

Differential Revision: D46133861

fbshipit-source-id: b32842c55bd7279490f69601fbb22201da7a0767
2023-06-01 05:52:37 -07:00

134 lines
2.7 KiB
TOML

[patch.crates-io]
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }
[workspace]
members = [
"edenscmnative/conch_parser",
"exec/eden_apfs_mount_helper",
"exec/fsprobe",
"exec/hgmain",
"exec/scm_daemon",
"exec/scratch",
"lib/async-runtime",
"lib/atomicfile",
"lib/auth",
"lib/backingstore",
"lib/blackbox",
"lib/blackbox/serde_alt",
"lib/cats",
"lib/checkout",
"lib/clidispatch",
"lib/clientinfo",
"lib/cliparser",
"lib/clone",
"lib/commitcloudsubscriber",
"lib/config/hgrc-parser",
"lib/config/loader",
"lib/config/model",
"lib/config/set",
"lib/config/static",
"lib/config/static/macros",
"lib/config/union",
"lib/control-point",
"lib/copytrace",
"lib/cpython-async",
"lib/cpython-ext",
"lib/dag",
"lib/dag/benches",
"lib/dag/bindag",
"lib/dag/dag-types",
"lib/dag/gitdag",
"lib/debugtop",
"lib/dev-logger",
"lib/doctor/network",
"lib/drawdag",
"lib/eagerepo",
"lib/edenapi",
"lib/edenapi/ext",
"lib/edenapi/trait",
"lib/edenapi/types",
"lib/edenapi/types/proc_macros",
"lib/edenfs-client",
"lib/encoding",
"lib/exchange",
"lib/formatter",
"lib/fsinfo",
"lib/fsyncglob",
"lib/gitstore",
"lib/hg-http",
"lib/hg-metrics",
"lib/hgcommands",
"lib/hgcommits",
"lib/hgtime",
"lib/http-client",
"lib/identity",
"lib/indexedlog",
"lib/insta_ext",
"lib/io",
"lib/io/term/logger",
"lib/io/term/style",
"lib/lazystr",
"lib/lz4-pyframe",
"lib/manifest",
"lib/manifest-tree",
"lib/metalog",
"lib/metrics",
"lib/metrics/render",
"lib/migration",
"lib/mincode",
"lib/minibench",
"lib/minibytes",
"lib/mpatch",
"lib/mpatch-sys",
"lib/mutationstore",
"lib/nodemap",
"lib/nonblocking",
"lib/pathhistory",
"lib/pathmatcher",
"lib/pprint",
"lib/procinfo",
"lib/progress/model",
"lib/progress/render",
"lib/radixbuf",
"lib/refencode",
"lib/renderdag",
"lib/repo",
"lib/repo_name",
"lib/repolock",
"lib/revisionstore",
"lib/revisionstore/types",
"lib/revlogindex",
"lib/revsets",
"lib/runlog",
"lib/sampling",
"lib/sparse",
"lib/spawn-ext",
"lib/status",
"lib/storemodel",
"lib/storemodel/hgstore",
"lib/streams",
"lib/third-party/conch-parser",
"lib/third-party/streampager",
"lib/thrift-types",
"lib/tracing-analyzer",
"lib/tracing-collector",
"lib/tracing-reload",
"lib/tracing-runtime-callsite",
"lib/tracing-sampler",
"lib/treestate",
"lib/types",
"lib/util",
"lib/util/atexit",
"lib/util/hgplain",
"lib/util/nodeipc",
"lib/util/testutil",
"lib/version",
"lib/vfs",
"lib/vlqencoding",
"lib/workingcopy",
"lib/xdiff",
"lib/xdiff-sys",
"lib/zstdelta",
"lib/zstore",
]