Skip to content

Commit 1c42707

Browse files
committed
chore: rename bin.rs to bin/pact-stub-server
1 parent ac5344e commit 1c42707

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ lto = true
6262
# https://doc.rust-lang.org/stable/rustc/codegen-options/
6363
# https://doc.rust-lang.org/rustc/profile-guided-optimization.html
6464
# https://github.com/johnthagen/min-sized-rust
65-
66-
[[bin]]
67-
name = "pact-stub-server"
68-
path = "src/bin.rs"
69-
[lib]
70-
name = "pact_stub_server_cli"
71-
path = "src/lib.rs"

src/bin.rs renamed to src/bin/pact-stub-server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::env;
22
use std::process::ExitCode;
3-
use pact_stub_server_cli::handle_command_args;
3+
use pact_stub_server::handle_command_args;
44

55
#[tokio::main]
66
async fn main() -> Result<(), ExitCode> {

0 commit comments

Comments
 (0)