We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f144eaf commit faaf791Copy full SHA for faaf791
Cargo.toml
@@ -13,14 +13,14 @@ resolver = "2"
13
14
[[bin]]
15
name = "ein"
16
-path = "src/porcelain-cli.rs"
+path = "src/ein.rs"
17
test = false
18
doctest = false
19
20
21
22
name = "gix"
23
-path = "src/plumbing-cli.rs"
+path = "src/gix.rs"
24
25
26
src/porcelain-cli.rs renamed to src/ein.rs
src/plumbing-cli.rs renamed to src/gix.rs
0 commit comments