Skip to content

Commit

Permalink
feat: allow installing triton-tui as a binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Dec 5, 2023
1 parent 78acb95 commit 047bed9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions triton-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ triton-vm = { path = "../triton-vm" }

[dev-dependencies]
assert2 = "0.3"

[[bin]]
name = "triton-tui"
path = "src/main.rs"

0 comments on commit 047bed9

Please sign in to comment.