diff --git a/Cargo.toml b/Cargo.toml index c76647a9b..6b8e61fe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,10 @@ readme = "README.md" keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"] categories = ["command-line-utilities", "development-tools"] +[[bin]] +name = "jj" +path = "src/main.rs" + [workspace] members = ["lib"]