Skip to content

Instantly share code, notes, and snippets.

View dotdash's full-sized avatar

Björn Steinbrink dotdash

  • Bielefeld, Germany
View GitHub Profile
[alias]
b = "build --profile dev-fast"
r = "run --profile dev-fast"
br = "build --release"
rr = "run --release"
bd = "build"
rd = "run"
[profile.dev-fast]
inherits = "dev"