Files
emacs.d/elpa/cargo-20171218.855/cargo-pkg.el
Mateus Pinto Rodrigues 0024c08036 Update all my elpa files
2018-05-17 18:02:17 -03:00

9 lines
213 B
EmacsLisp

(define-package "cargo" "20171218.855" "Emacs Minor Mode for Cargo, Rust's Package Manager."
'((emacs "24.3")
(rust-mode "0.2.0"))
:keywords
'("tools"))
;; Local Variables:
;; no-byte-compile: t
;; End: