summaryrefslogtreecommitdiff
path: root/Eask
diff options
context:
space:
mode:
authorJen-Chieh Shen <jcs090218@gmail.com>2022-04-28 03:27:59 +0800
committerJen-Chieh Shen <jcs090218@gmail.com>2022-04-28 03:27:59 +0800
commitc29c1f78886e115ac33cc7704c85eca487a6d1e8 (patch)
treee2f5880e6ef949c68dd4d37cbd2d7eccf454b59a /Eask
parent26ecc903c50b2ffd289bbe981f9ad03626fc0057 (diff)
downloadrust-mode-c29c1f78886e115ac33cc7704c85eca487a6d1e8.tar.gz
Use Eask for CI
Diffstat (limited to 'Eask')
-rw-r--r--Eask14
1 files changed, 14 insertions, 0 deletions
diff --git a/Eask b/Eask
new file mode 100644
index 0000000..5f99101
--- /dev/null
+++ b/Eask
@@ -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")