Skip to content

Commit

Permalink
remove generated thrift code (facebook#26)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookexperimental/rust-shed#26

Pull Request resolved: facebook#104

No need for the checked in generated code anymore

Reviewed By: chadaustin

Differential Revision: D33840545

fbshipit-source-id: b8c7cac15bd339b922654dbabeb277613f3edc58
  • Loading branch information
ahornby authored and facebook-github-bot committed Feb 9, 2022
1 parent 68955fe commit 73988f7
Show file tree
Hide file tree
Showing 108 changed files with 1,342 additions and 32,935 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/edenscm_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
- uses: actions/checkout@v2
- name: Install system deps
run: sudo python3 build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive eden_scm
- name: Fetch fb303-source
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests fb303-source
- name: Fetch fbthrift-source
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests fbthrift-source
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -83,10 +79,6 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests rust-shed
- name: Fetch fb303
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests fb303
- name: Build fb303-source
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests fb303-source
- name: Build fbthrift-source
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests fbthrift-source
- name: Build ninja
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests ninja
- name: Build cmake
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/edenscm_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Fetch fb303-source
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fb303-source
- name: Fetch fbthrift-source
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fbthrift-source
- name: Fetch openssl
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests openssl
- name: Install Rust Stable
Expand Down Expand Up @@ -83,10 +79,6 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests rust-shed
- name: Fetch fb303
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fb303
- name: Build fb303-source
run: python3 build/fbcode_builder/getdeps.py build --no-tests fb303-source
- name: Build fbthrift-source
run: python3 build/fbcode_builder/getdeps.py build --no-tests fbthrift-source
- name: Build openssl
run: python3 build/fbcode_builder/getdeps.py build --no-tests openssl
- name: Build ninja
Expand Down
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/eden
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fbcode/configerator/structs/scm/hg/public_autocargo = configerator/structs/scm/h

[shipit.strip.fb=off]
^fbcode/common/rust/shed(?!/public_autocargo).*/Cargo\.toml$
^fbcode/configerator/structs/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/configerator/structs/scm/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/fs(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/scm/lib(?!/public_autocargo).*/Cargo\.toml$
^.*/facebook/.*$
Expand Down
4 changes: 1 addition & 3 deletions build/fbcode_builder/manifests/eden_scm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fbcode/tools/lfs = tools/lfs
fbcode/fboss/common = common

[shipit.strip]
^fbcode/configerator/structs/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/configerator/structs/scm/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/fs/eden-config\.h$
^fbcode/eden/fs/py/eden/config\.py$
^fbcode/eden/hg-server/.*$
Expand All @@ -56,8 +56,6 @@ fbcode/fboss/common = common
[dependencies]
fb303
fbthrift
fb303-source
fbthrift-source
python
rust-shed

Expand Down
14 changes: 14 additions & 0 deletions eden/scm/exec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[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" }
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" }

[workspace]
members = ["eden_apfs_mount_helper", "fsprobe", "hgmain", "scm_daemon", "scratch"]
34 changes: 22 additions & 12 deletions eden/scm/exec/eden_apfs_mount_helper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
# @generated by autocargo from //eden/scm/exec/eden_apfs_mount_helper:eden_apfs_mount_helper
[package]
name = "eden_apfs_mount_helper"
version = "0.1.0"
authors = ["Wez Furlong"]
edition = "2021"
rust = "1.58.1"

[features]
default = ["json-plist"]
# native-plist = ["plist"]
json-plist = ["serde_json"]

[dependencies]
anyhow = "1.0"
# plist = {version="0.5",optional=true}
serde_json = {version="1.0",optional=true}
serde = {version="1.0", features=["derive"]}
anyhow = "1.0.51"
libc = "0.2.98"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"], optional = true }
sha2 = "0.8"
structopt = "0.3"
libc = "0.2"
structopt = "0.3.23"

[dev-dependencies]
pretty_assertions = "0.6"

[features]
default = ["json-plist"]
json-plist = ["serde_json"]

[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" }
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" }
17 changes: 15 additions & 2 deletions eden/scm/exec/fsprobe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# @generated by autocargo from //eden/scm/exec/fsprobe:fsprobe
[package]
name = "fsprobe"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.20"
structopt = "0.3"
anyhow = "1.0.51"
structopt = "0.3.23"

[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" }
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" }
43 changes: 27 additions & 16 deletions eden/scm/exec/hgmain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,46 @@
# @generated by autocargo from //eden/scm/exec/hgmain:hgmain
[package]
name = "hgmain"
version = "0.1.0"
edition = "2021"
build = "build.rs"

[features]
default = []
fb = ["hgcommands/fb"]
python2 = ["hgcommands/python2"]
python3 = ["hgcommands/python3"]
buildinfo = []
with_chg = ["dirs"]

[dependencies]
libc = "0.2"
dirs = { version = "1.0", optional = true }
clidispatch = { path = "../../lib/clidispatch" }
cliparser = { path = "../../lib/cliparser" }
configparser = { path = "../../lib/configparser" }
dirs = { version = "2.0", optional = true }
encoding = { path = "../../lib/encoding" }
fbinit = { path = "../../../../common/rust/shed/fbinit" }
hgcommands = { path = "../../lib/hgcommands", default-features = false }
libc = "0.2.98"
pyblackbox = { path = "../../edenscmnative/bindings/modules/pyblackbox" }

[target.'cfg(windows)'.dependencies]
anyhow = "1.0.20"
winapi = {version = "0.3.7", features = ["consoleapi", "handleapi", "processenv", "winbase", "wincon"]}
[target.'cfg(target_os = "windows")'.dependencies]
anyhow = "1.0.51"
winapi = { version = "0.3", features = ["everything"] }

[dependencies.encoding]
path = "../../lib/encoding"
[features]
buildinfo = []
default = []
fb = ["hgcommands/fb"]
python2 = ["hgcommands/python2"]
python3 = ["hgcommands/python3"]
with_chg = ["dirs"]

[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" }
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" }

[profile.release]
debug = true
incremental = true
lto = false
incremental = true
29 changes: 20 additions & 9 deletions eden/scm/exec/scm_daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# @generated by autocargo from //eden/scm/exec/scm_daemon:scm_daemon
[package]
name = "scm_daemon"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.20"
clap = "2.32.0"
anyhow = "1.0.51"
clap = "2.33"
commitcloudsubscriber = { path = "../../lib/commitcloudsubscriber" }
env_logger = "0.7"
libc = "0.2"
log = "0.4.6"
serde = "1.0.80"
serde_derive = "1.0.80"
thiserror = "1.0.5"
toml = "0.5.0"
libc = "0.2.98"
log = { version = "0.4.14", features = ["kv_unstable", "kv_unstable_std"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
thiserror = "1.0.29"
toml = "=0.5.8"

commitcloudsubscriber = { version = "0.1.0", path = "../../lib/commitcloudsubscriber" }
[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" }
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" }
25 changes: 19 additions & 6 deletions eden/scm/exec/scratch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
# @generated by autocargo from //eden/scm/exec/scratch:scratch
[package]
name = "mkscratch"
version = "0.1.0"
authors = ["Source Control Oncall oncall+source_control@xmail.facebook.com"]
edition = "2021"

[dependencies]
anyhow = "1.0.20"
clap = "2.31.2"
dirs = "1.0"
libc = "0.2" # version taken from fbcode/third-party2/.../crates.io/..
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
anyhow = "1.0.51"
clap = "2.33"
dirs = "2.0"
libc = "0.2.98"
serde = { version = "1.0.126", features = ["derive", "rc"] }
toml = "=0.5.8"

[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" }
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" }
13 changes: 13 additions & 0 deletions eden/scm/lib/async-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ futures = { version = "0.3.13", features = ["async-await", "compat"] }
num_cpus = "1.11"
once_cell = "1.8"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }

[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" }
13 changes: 13 additions & 0 deletions eden/scm/lib/atomicfile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ edition = "2021"
[dependencies]
tempfile = "3.2"
tracing = "0.1.29"

[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" }
13 changes: 13 additions & 0 deletions eden/scm/lib/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,16 @@ util = { version = "0.1.0", path = "../util" }
[dev-dependencies]
configparser = { version = "0.1.0", path = "../configparser" }
once_cell = "1.8"

[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" }
13 changes: 13 additions & 0 deletions eden/scm/lib/backingstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ types = { version = "0.1.0", path = "../types" }

[features]
fb = ["configparser/fb", "edenapi/fb"]

[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" }
13 changes: 13 additions & 0 deletions eden/scm/lib/blackbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,16 @@ serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_dep
[dev-dependencies]
minibench = { version = "0.1.0", path = "../minibench" }
tempfile = "3.2"

[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" }
Loading

0 comments on commit 73988f7

Please sign in to comment.