sapling/eden/scm/Cargo.toml
Alex Hornby f628e4793f remove generated thrift code and fix external CI (#26)
Summary:
Pull Request resolved: https://github.com/facebookexperimental/rust-shed/pull/26

Pull Request resolved: https://github.com/facebookexperimental/eden/pull/104

No need for the checked in generated code anymore

Successful external CI Linux run on Git Hub PR: https://github.com/facebookexperimental/eden/runs/5130405984?check_suite_focus=true

Mac PR run fails with a SSL cert issue, will look separately

Reviewed By: chadaustin, mitrandir77

Differential Revision: D33840545

fbshipit-source-id: eafc2a0e2191d438fd828adeebc2e318d319025f
2022-02-09 12:21:32 -08:00

115 lines
3.1 KiB
TOML

[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" }
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
prost-derive = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
prost-types = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
reqwest = { git = "https://github.com/vmagro/reqwest", rev = "b08239c2b6c837321a697c5bb2be394d276b59ca" }
rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee562ee8daffb2ddeca3d1f0d36e5" }
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aae79644c9da7a2e312e3c10ee4759930" }
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" }
[workspace]
members = [
"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/commitcloudsubscriber",
"lib/configmodel",
"lib/configparser",
"lib/cpython-async",
"lib/cpython-ext",
"lib/dag",
"lib/dag/bindag",
"lib/dag/dag-types",
"lib/dag/gitdag",
"lib/debugtop",
"lib/dev-logger",
"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/fsinfo",
"lib/fsyncglob",
"lib/gitstore",
"lib/hg-http",
"lib/hg-metrics",
"lib/hgcommands",
"lib/hgcommits",
"lib/hgtime",
"lib/http-client",
"lib/indexedlog",
"lib/insta_ext",
"lib/io",
"lib/lz4-pyframe",
"lib/manifest",
"lib/manifest-tree",
"lib/metalog",
"lib/metrics",
"lib/metrics/render",
"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/revisionstore",
"lib/revisionstore/types",
"lib/revlogindex",
"lib/runlog",
"lib/spawn-ext",
"lib/status",
"lib/storemodel",
"lib/streams",
"lib/taggederror",
"lib/taggederror-util",
"lib/thrift-types",
"lib/tracing-analyzer",
"lib/tracing-collector",
"lib/tracing-runtime-callsite",
"lib/tracing-sampler",
"lib/treestate",
"lib/types",
"lib/util",
"lib/version",
"lib/vfs",
"lib/vlqencoding",
"lib/workingcopy",
"lib/xdiff",
"lib/xdiff-sys",
"lib/zstdelta",
"lib/zstore",
]