sapling/eden/scm/Cargo.toml
Muir Manders f895dcbef1 remove taggederror crate and related code
Summary:
taggederror wasn't used and doesn't seem like the direction we want to go in, so excise it.

taggederror allowed for error tagging and error metadata, and was wired around in various places. It tries to solve real problems, but it was too quick to prescribe how things should work without applying the design to see if it works in practice.

Reviewed By: DurhamG

Differential Revision: D34649753

fbshipit-source-id: bc60896f4e1dbe3feb7d5804561392d1f1ebda72
2022-03-17 11:11:53 -07:00

116 lines
3.3 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" }
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }
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 = "ccd29cb852eefc24d7d3943c201e47b6b2e2599a" }
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" }
windows-sys = { git = "https://github.com/fanzeyi/windows-rs", rev = "8775afca5d2017da427d34b291ae4f85f5820740" }
[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/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/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/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",
]