Add cargo dev setup toolchain

This commit is contained in:
Alex Macleod 2024-04-16 16:36:38 +00:00
parent f5e250180c
commit 1fff3bef4d
7 changed files with 131 additions and 29 deletions

View file

@ -1,5 +1,6 @@
pub mod git_hook;
pub mod intellij;
pub mod toolchain;
pub mod vscode;
use std::path::Path;