diff options
Diffstat (limited to 'Eask')
| -rw-r--r-- | Eask | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +(package "rust-mode" + "1.0.4" + "A major-mode for editing Rust source code") + +(package-file "rust-mode.el") + +(files + "rust-cargo.el" + "rust-compile.el" + "rust-playpen.el" + "rust-rustfmt.el" + "rust-utils.el") + +(depends-on "emacs" "25.1") |
