aboutsummaryrefslogtreecommitdiffstats
path: root/rs/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-01-24 16:17:20 +0100
committerLibravatar Rutger Broekhoff2024-01-24 16:17:20 +0100
commit2bba6b5341fd341de2b282e43f9b62f281ccf40e (patch)
treef9db8a9b31d5840883766d29aea8cb34f771be08 /rs/Cargo.lock
parentf5a460434b2a02ecc3c03ced6ee91df800824695 (diff)
downloadgitolfs3-2bba6b5341fd341de2b282e43f9b62f281ccf40e.tar.gz
gitolfs3-2bba6b5341fd341de2b282e43f9b62f281ccf40e.zip
An attempt at implementing a shell
Diffstat (limited to 'rs/Cargo.lock')
-rw-r--r--rs/Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/rs/Cargo.lock b/rs/Cargo.lock
index ed8409a..afc8c7b 100644
--- a/rs/Cargo.lock
+++ b/rs/Cargo.lock
@@ -1661,6 +1661,10 @@ dependencies = [
1661] 1661]
1662 1662
1663[[package]] 1663[[package]]
1664name = "shell"
1665version = "0.1.0"
1666
1667[[package]]
1664name = "signal-hook-registry" 1668name = "signal-hook-registry"
1665version = "1.4.1" 1669version = "1.4.1"
1666source = "registry+https://github.com/rust-lang/crates.io-index" 1670source = "registry+https://github.com/rust-lang/crates.io-index"