summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-04-04 15:04:56 -0500
committerToby Vincent <tobyv13@gmail.com>2023-04-04 15:04:56 -0500
commit9e8327091d993ca224d890dab611aa471cde8ef6 (patch)
tree06f307a630d3243c0434210696f6753ce9f2346a
parent69733a88613394715b6409a98bca34d41e7dba70 (diff)
chore: add crate metadata
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1c8b602..668a9a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,9 @@
name = "sshr"
version = "0.1.0"
edition = "2021"
+license = "MIT"
+description = "Simple cli tool to handle listing ssh hosts for tmux"
+repository = "https://git.sr.ht/~tobyvin/sshr"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html