emacs/code/elpa/rust-mode-20220919.1051/rust-mode-pkg.el

13 lines
344 B
EmacsLisp
Raw Normal View History

2022-11-08 03:31:08 +00:00
(define-package "rust-mode" "20220919.1051" "A major-mode for editing Rust source code"
'((emacs "25.1"))
2022-11-08 03:31:08 +00:00
:commit "1d24ca2e6c18cd036f00e930cca64f44db04fb67" :authors
'(("Mozilla"))
:maintainer
'("Mozilla")
:keywords
'("languages")
:url "https://github.com/rust-lang/rust-mode")
;; Local Variables:
;; no-byte-compile: t
;; End: