Skip to content

Commit

Permalink
chore(bin): integrate cargo-run-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 1, 2024
1 parent cea68b5 commit 1addda6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Backup files generated by rustfmt
**/*.rs.bk

# Binaries that are installed by cargo-run-bin
.bin/
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ debug = false
inherits = "release"
lto = "thin"

# Config for 'cargo dist'
# Configuration for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.5.0"
Expand All @@ -69,3 +69,7 @@ targets = [
pr-run-mode = "upload"
# Skip checking whether the specified configuration files are up to date
allow-dirty = ["ci", "msi"]

# Configuration for 'cargo-run-bin'
[workspace.metadata.bin]
cargo-dist = { version = "0.5.0", locked = true }

0 comments on commit 1addda6

Please sign in to comment.