summaryrefslogtreecommitdiff
path: root/kasi-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'kasi-pkg.el')
-rw-r--r--kasi-pkg.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/kasi-pkg.el b/kasi-pkg.el
new file mode 100644
index 0000000..13979e7
--- /dev/null
+++ b/kasi-pkg.el
@@ -0,0 +1,5 @@
1(define-package 'kasi "1.0"
2 "An easy way to manage secrets."
3 '((emacs "28.1"))
4 :keywords '("secret" "password")
5 :url "https://git.vineetk.net/kasi/")