Skip to content

Commit

Permalink
feat: welcome text for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
huuff committed Oct 22, 2024
1 parent db9d902 commit 9f4c7be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
rust = {
path = ./rust;
description = "Rust tools and rust analyzer";
welcomeText = ''
# Rust template
The template has been installed! You can now run `cargo init .` to create your cargo project. Some alternatives are:
* `cargo init . --lib` for a library project.
* `cargo init . --bin` for a binary project.
'';
};

leptos = {
Expand Down

0 comments on commit 9f4c7be

Please sign in to comment.