Skip to content

Commit 1602491

Browse files
author
Jose Silva
committed
update toml config
1 parent 5c280e0 commit 1602491

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[package]
2-
name = "markdown-tools"
2+
name = "md-tool"
33
version = "1.0.0"
44
authors = ["Jose Silva <me@jsi1v4.dev>"]
55
edition = "2018"
66

7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
[alias]
8+
start = "run"
9+
start-prod = "run --release"
10+
build = "build"
11+
build-prod = "build --release"
812

913
[dependencies]

0 commit comments

Comments
 (0)