diff options
author | Wynn Wolf Arbor | 2020-08-24 11:28:42 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-08-24 11:28:42 +0200 |
commit | 9f57a9f6be004426425bba0febfef881d00d3855 (patch) | |
tree | 7356da1c533c3b42f5c2aef1e41ce428371a6e5e /lang-rust | |
parent | 911c6c0097c0564d4bdfdf6e4d5a2e4783625ab0 (diff) | |
download | portage-roles-9f57a9f6be004426425bba0febfef881d00d3855.tar.gz |
lang-rust: Add profile for programming in Rust
For now, only enable rustfmt.
Diffstat (limited to 'lang-rust')
-rw-r--r-- | lang-rust/package.use/10-lang-rust | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang-rust/package.use/10-lang-rust b/lang-rust/package.use/10-lang-rust new file mode 100644 index 0000000..c381033 --- /dev/null +++ b/lang-rust/package.use/10-lang-rust @@ -0,0 +1,2 @@ +dev-lang/rust rustfmt +dev-lang/rust-bin rustfmt |