aboutsummaryrefslogtreecommitdiffstats
path: root/rs/shell/Cargo.toml
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/shell/Cargo.toml
parentf5a460434b2a02ecc3c03ced6ee91df800824695 (diff)
downloadgitolfs3-2bba6b5341fd341de2b282e43f9b62f281ccf40e.tar.gz
gitolfs3-2bba6b5341fd341de2b282e43f9b62f281ccf40e.zip
An attempt at implementing a shell
Diffstat (limited to 'rs/shell/Cargo.toml')
-rw-r--r--rs/shell/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rs/shell/Cargo.toml b/rs/shell/Cargo.toml
new file mode 100644
index 0000000..0dcb6d6
--- /dev/null
+++ b/rs/shell/Cargo.toml
@@ -0,0 +1,6 @@
1[package]
2name = "shell"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]