summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-17 17:06:55 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-17 17:06:55 -0500
commit0f8b7e54758d212b7675b53af83773b463b32b4f (patch)
tree0e8c3d9499630086061a30fae0bcc60e3f3263d4 /Cargo.toml
chore: initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..92716cc
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "sshr"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]