diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 | +7 −0 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 687f5d8..e34a357 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,6 +114,13 @@ dependencies = [ ] [[package]] +name = "gilti-ssh" +version = "0.1.0" +dependencies = [ + "libc", +] + +[[package]] name = "http" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
