diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -49,3 +49,11 @@ test_utils = { path = "test_utils" } | |||
| 49 | members = [ | 49 | members = [ |
| 50 | "test_utils", | 50 | "test_utils", |
| 51 | ] | 51 | ] |
| 52 | |||
| 53 | [[bin]] | ||
| 54 | name = "ngit" | ||
| 55 | path = "src/main.rs" | ||
| 56 | |||
| 57 | [[bin]] | ||
| 58 | name = "git-remote-nostr" | ||
| 59 | path = "src/git_remote_helper.rs" | ||