diff options
Diffstat (limited to 'mise.toml')
| -rw-r--r-- | mise.toml | 8 | +7 −1 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mise.toml b/mise.toml index 0502c53..f2df3de 100644 --- a/mise.toml +++ b/mise.toml @@ -6,8 +6,14 @@ min_version = "2026.7.5" [settings] experimental = true +[tools] +rust = { version = "1.97.1", profile = "minimal", components = [ + "clippy", + "rustfmt", +] } + [task_config] dir = "{{cwd}}" includes = [ - "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=1934f5fb264ab046031d5d1b61227de2e1f8dde9", + "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=e5ca3be4349af3d1da2dde9d1165d52fb014a371", ] |
