Skip to content

Commit 87316f4

Browse files
committed
chore: rename main.rs to lib.rs to align with rust conventions
1 parent fc2925f commit 87316f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pact_mock_server_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ name = "pact_mock_server_cli"
6363
path = "src/bin.rs"
6464
[lib]
6565
name = "pact_mock_server_cli"
66-
path = "src/main.rs"
66+
path = "src/lib.rs"

0 commit comments

Comments
 (0)