diff options
Diffstat (limited to 'vendor/xshell/Cargo.lock')
-rw-r--r-- | vendor/xshell/Cargo.lock | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/xshell/Cargo.lock b/vendor/xshell/Cargo.lock new file mode 100644 index 000000000..1ea0d8ff2 --- /dev/null +++ b/vendor/xshell/Cargo.lock @@ -0,0 +1,23 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "anyhow" +version = "1.0.57" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" + +[[package]] +name = "xshell" +version = "0.2.2" +dependencies = [ + "anyhow", + "xshell-macros", +] + +[[package]] +name = "xshell-macros" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88301b56c26dd9bf5c43d858538f82d6f3f7764767defbc5d34e59459901c41a" |