feat(modules)!: Support new modules based starting point template

This commit is contained in:
Gerald Pinder 2023-10-27 20:26:14 +00:00
parent 731e1d7567
commit 85aadf73e5
9 changed files with 208 additions and 23 deletions

3
.helix/languages.toml Normal file
View file

@ -0,0 +1,3 @@
[[language]]
name = "rust"
config = { cargo = { features = [ "modules" ], noDefaultFeatures = false } }