File: Eask

package info (click to toggle)
elpa-rust-mode 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: lisp: 4,953; makefile: 38; sh: 8
file content (21 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(package "rust-mode"
         "1.0.6"
         "A major-mode for editing Rust source code")

(website-url "https://github.com/rust-lang/rust-mode")
(keywords "languages")

(package-file "rust-mode.el")

(files
 "rust-cargo.el"
 "rust-compile.el"
 "rust-playpen.el"
 "rust-rustfmt.el"
 "rust-utils.el")

(script "test" "echo \"Error: no test specified\" && exit 1")

(depends-on "emacs" "25.1")

(setq network-security-level 'low)  ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432