Skip to content

Commit

Permalink
chore!: Actually setup a bin in my cargo.toml file
Browse files Browse the repository at this point in the history
Can now run dotsy in local dev with `cargo run --bin dotsy <command-args>`
  • Loading branch information
NICHTJ3 committed Nov 28, 2024
1 parent 05db8fb commit b02a5d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ edition = "2021"
description = "A basic dotfile manager created to replace my usage of dotbot."
license = "MIT"

[[bin]]
edition = "2021"
name = "dotsy"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit b02a5d4

Please sign in to comment.