emacs/code/elpa/rust-mode-20240520.749/rust-mode-pkg.el
2024-07-28 12:03:37 -04:00

15 lines
474 B
EmacsLisp

(define-package "rust-mode" "20240520.749" "A major-mode for editing Rust source code"
'((emacs "25.1"))
:commit "d00d83d3a207a5b7c2994392b2781f627e3159ce" :authors
'(("Mozilla" . "rust-mode@noreply.github.com"))
:maintainers
'(("Mozilla" . "rust-mode@noreply.github.com"))
:maintainer
'("Mozilla" . "rust-mode@noreply.github.com")
:keywords
'("languages")
:url "https://github.com/rust-lang/rust-mode")
;; Local Variables:
;; no-byte-compile: t
;; End: