Skip to content

Commit

Permalink
Cargo.toml: exclude repl binary from packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
epilys committed Mar 20, 2023
1 parent 0bd8f5d commit e6afbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default-run = "gerb"
name = "gerb"
path = "src/main.rs"

[[bin]]
[[example]]
name = "repl"
path = "src/repl.rs"
required-features = ["python"]
Expand Down

0 comments on commit e6afbad

Please sign in to comment.