Skip to content

Commit c4a9fdc

Browse files
committed
fix: add Cargo.lock back to repository for binary crate
1 parent 6c7834b commit c4a9fdc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
/target
1+
/target/
2+
**/*.rs.bk
3+
Cargo.lock
24
.qodo

src/bin/server/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub mod user;
55

66
use connection::serve;
77

8-
8+
99
use async_std::prelude::*;
1010
use async_std::net::TcpListener;
1111
use async_std::task;

0 commit comments

Comments
 (0)