-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: facebookexperimental/rust-shed#26 Pull Request resolved: #104 No need for the checked in generated code anymore Reviewed By: chadaustin Differential Revision: D33840545 fbshipit-source-id: 968d877709689a9156a1f144961a0238ee9e8881
- Loading branch information
1 parent
3420f66
commit 1fecf8e
Showing
108 changed files
with
1,347 additions
and
32,935 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[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 = ["eden_apfs_mount_helper", "fsprobe", "hgmain", "scm_daemon", "scratch"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,34 @@ | ||
# @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" } | ||
terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aae79644c9da7a2e312e3c10ee4759930" } | ||
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,22 @@ | ||
# @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" } | ||
terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aae79644c9da7a2e312e3c10ee4759930" } | ||
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,46 @@ | ||
# @generated by autocargo from //eden/scm:hg_rust | ||
[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" } | ||
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" } | ||
terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aae79644c9da7a2e312e3c10ee4759930" } | ||
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" } | ||
|
||
[profile.release] | ||
debug = true | ||
incremental = true | ||
lto = false | ||
incremental = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
# @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" } | ||
terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aae79644c9da7a2e312e3c10ee4759930" } | ||
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
# @generated by autocargo from //eden/scm/exec/scratch:scratch | ||
[package] | ||
name = "mkscratch" | ||
version = "0.1.0" | ||
authors = ["Source Control Oncall [email protected]"] | ||
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" } | ||
terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aae79644c9da7a2e312e3c10ee4759930" } | ||
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.