|
@@ -162,6 +162,15 @@ dependencies = [
|
|
"alloc-stdlib",
|
|
"alloc-stdlib",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "built"
|
|
|
|
+version = "0.8.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
|
|
|
|
+dependencies = [
|
|
|
|
+ "git2",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "bumpalo"
|
|
name = "bumpalo"
|
|
version = "3.17.0"
|
|
version = "3.17.0"
|
|
@@ -211,6 +220,8 @@ version = "1.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
|
|
checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "jobserver",
|
|
|
|
+ "libc",
|
|
"shlex",
|
|
"shlex",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -452,11 +463,25 @@ version = "0.31.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "git2"
|
|
|
|
+version = "0.20.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags",
|
|
|
|
+ "libc",
|
|
|
|
+ "libgit2-sys",
|
|
|
|
+ "log",
|
|
|
|
+ "url",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "go-up"
|
|
name = "go-up"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
|
|
+ "built",
|
|
"clap",
|
|
"clap",
|
|
"reqwest",
|
|
"reqwest",
|
|
"testdir",
|
|
"testdir",
|
|
@@ -773,6 +798,16 @@ version = "1.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "jobserver"
|
|
|
|
+version = "0.1.33"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "getrandom 0.3.2",
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "js-sys"
|
|
name = "js-sys"
|
|
version = "0.3.77"
|
|
version = "0.3.77"
|
|
@@ -789,6 +824,30 @@ version = "0.2.171"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
|
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "libgit2-sys"
|
|
|
|
+version = "0.18.1+1.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+ "libz-sys",
|
|
|
|
+ "pkg-config",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libz-sys"
|
|
|
|
+version = "1.1.22"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+ "pkg-config",
|
|
|
|
+ "vcpkg",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
name = "linux-raw-sys"
|
|
version = "0.9.3"
|
|
version = "0.9.3"
|