rustlavel-cli 0.2.2

The rustlavel command-line tool: new, serve, make:*
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rustlavel-cli"
description = "The rustlavel command-line tool: new, serve, make:*"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true

[[bin]]
name = "rustlavel"
path = "src/main.rs"

[dependencies]