sapling/eden/fs/Cargo.toml
Jan Mazur 0285b086e5 import git-config with patch #372 backported on 0.1.11
Summary:
I'm going to use this crate to prepare and parse git config on git servers.

I had to add functionality to the crate: https://github.com/Byron/gitoxide/pull/372

I backported it to the version that currently is the latest one on crates.io.

Reviewed By: dtolnay

Differential Revision: D35283393

fbshipit-source-id: 89094a5077e982a2988e0de4e5b379304a080297
2022-03-31 12:40:20 -07:00

32 lines
1.8 KiB
TOML

[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "885f3da02ea8ce05911f7a199baafd7150663089" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
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 = [
"cli_rs/edenfs-client",
"cli_rs/edenfs-commands",
"cli_rs/edenfs-config",
"cli_rs/edenfs-error",
"cli_rs/edenfs-utils",
"cli_rs/edenfsctl",
"cli_rs/stack-config",
"cli_rs/stack-config-derive",
"config",
"inodes/overlay",
"service",
"service/thrift_streaming",
]