🔧 Add cargo release aliases

Adds the alias field with bb and rr defined as release aliases
This commit is contained in:
Malted 2023-06-10 16:57:42 +01:00 committed by Ben
parent 45fc74a3ba
commit 6bd8051c78

View file

@ -1,2 +1,6 @@
[target.'cfg(unix)']
runner = "sudo -E"
[alias] # command aliases
rr = "run --release"
bb = "build --release"