diff options
| author | Jen-Chieh Shen <jcs090218@gmail.com> | 2022-04-28 03:27:59 +0800 |
|---|---|---|
| committer | Jen-Chieh Shen <jcs090218@gmail.com> | 2022-04-28 03:27:59 +0800 |
| commit | c29c1f78886e115ac33cc7704c85eca487a6d1e8 (patch) | |
| tree | e2f5880e6ef949c68dd4d37cbd2d7eccf454b59a /Eask | |
| parent | 26ecc903c50b2ffd289bbe981f9ad03626fc0057 (diff) | |
| download | rust-mode-c29c1f78886e115ac33cc7704c85eca487a6d1e8.tar.gz | |
Use Eask for CI
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") |
