sapling/eden/scm/Cargo.toml
Jun Wu b8afda54e1 conch-parser: include Python binding in autocargo
Summary:
This makes the conch-parser Python extension included in the generated
Cargo.toml workspace members. It might fix the following `setup.py`
build error:

  building 'conch_parser' library extension
  error: current package believes it's in a workspace when it's not:
  current:   /temp/fbcode_builder_getdeps/shipit/eden_scm/eden/scm/edenscmnative/conch_parser/Cargo.toml
  workspace: /temp/fbcode_builder_getdeps/shipit/eden_scm/eden/scm/Cargo.toml
  this may be fixable by adding `edenscmnative/conch_parser` to the `workspace.members` array of the manifest located at: /data/sandcastle/temp/fbcode_builder_getdeps/shipit/eden_scm/eden/scm/Cargo.toml
  Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest.

Differential Revision: D35759558

fbshipit-source-id: 2d07285d81092cca10c0fc127c935b5d370f2891
2022-04-21 17:36:57 -07:00

122 lines
3.5 KiB
TOML

[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "28c51a1d99af3f4e5ea8f6bb2319e0a5d812c891" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
reqwest = { git = "https://github.com/vmagro/reqwest", rev = "9b5781af416c942260ebbda970795c5414cbf694" }
rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee562ee8daffb2ddeca3d1f0d36e5" }
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tar = { package = "tar", git = "https://github.com/jrwats/tar-rs.git", rev = "21eeccdc08d9b87f6ad610f9b20a5839aabe5974" }
tempfile = { git = "https://github.com/Stebalien/tempfile.git", rev = "66aa57f7d3a38234fcd393077366b61d36171e42" }
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 = [
"edenscmnative/conch_parser",
"exec/eden_apfs_mount_helper",
"exec/fsprobe",
"exec/github-cli",
"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/exchange",
"lib/fsinfo",
"lib/fsyncglob",
"lib/github",
"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/sparse",
"lib/spawn-ext",
"lib/status",
"lib/storemodel",
"lib/streams",
"lib/third-party/conch-parser",
"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",
]