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