diff --git a/recipes/rustic.rcp b/recipes/rustic.rcp new file mode 100644 index 00000000..7f4c3ab5 --- /dev/null +++ b/recipes/rustic.rcp @@ -0,0 +1,6 @@ +(:name rustic + :description "Rust development environment for Emacs" + :type github + :pkgname "brotzeit/rustic" + :minimum-emacs-version "26.1" + :depends (rust-mode dash f let-alist markdown-mode project s seq spinner xterm-color))