Add dependency on rust-mode

This commit is contained in:
Jorge Dias 2016-01-07 17:42:28 +01:00
parent e761a72d27
commit 4e20be7dc3

View File

@ -2,4 +2,5 @@
:description "Keybindings for cargo tasks within your Rust projects."
:type github
:pkgname "attichacker/cargo.el"
:depends (rust-mode)
:prepare (add-hook 'rust-mode-hook #'cargo-minor-mode))