13 lines
342 B
EmacsLisp
13 lines
342 B
EmacsLisp
(define-package "rust-mode" "20230112.27" "A major-mode for editing Rust source code"
|
|
'((emacs "25.1"))
|
|
:commit "c12348e40531fc7e7325368621a0e5f8031d99b2" :authors
|
|
'(("Mozilla"))
|
|
:maintainer
|
|
'("Mozilla")
|
|
:keywords
|
|
'("languages")
|
|
:url "https://github.com/rust-lang/rust-mode")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|