diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2022-04-28 12:04:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-28 12:04:48 +0200 |
| commit | d17be3051b22a06d7742178cd1367aed61807a66 (patch) | |
| tree | 44c9608eb880990e74c7a4864a98c2a15b0ba573 /Eask | |
| parent | 26ecc903c50b2ffd289bbe981f9ad03626fc0057 (diff) | |
| parent | 46325b435037b5dd96a724fed83e940a7015a848 (diff) | |
| download | rust-mode-d17be3051b22a06d7742178cd1367aed61807a66.tar.gz | |
Merge pull request #444 from jcs-PR/ci-eask
Use Eask for CI
Diffstat (limited to 'Eask')
| -rw-r--r-- | Eask | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +(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") + +(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432 |
