15 lines
474 B
EmacsLisp
15 lines
474 B
EmacsLisp
(define-package "rust-mode" "20240313.157" "A major-mode for editing Rust source code"
|
|
'((emacs "25.1"))
|
|
:commit "87bf4ea711456c858445ec4c22b3552fd796708d" :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:
|