7 lines
291 B
EmacsLisp
7 lines
291 B
EmacsLisp
((rust-mode
|
|
. ((eglot-workspace-configuration
|
|
. (:rust-analyzer
|
|
(:cargo (:features "all")
|
|
:check (:command "clippy")
|
|
:rustfmt (:overrideCommand ["leptosfmt" "--stdin" "--rustfmt"])
|
|
:linkedProjects ["./pkgs/packages/webserver/Cargo.toml"]))))))
|