refactor: refactor

This commit is contained in:
graelo 2021-03-17 22:13:13 +01:00
parent 0e0e581f86
commit d2d3e812fc
5 changed files with 7 additions and 8 deletions

View file

@ -17,8 +17,8 @@ duct = "0.13"
[[bin]]
name = "copyrat"
path = "src/main.rs"
path = "src/bin/copyrat.rs"
[[bin]]
name = "tmux-copyrat"
path = "src/tmux_copyrat.rs"
path = "src/bin/tmux_copyrat.rs"