Skip to content

Commit 7ea2aa8

Browse files
committed
build: Change configuration file to build both binary and library files
1 parent a741b0a commit 7ea2aa8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ name = "bibimbap-backend"
33
version = "0.1.0"
44
edition = "2021"
55

6+
[lib]
7+
path = "src/lib.rs"
8+
9+
[[bin]]
10+
path = "src/main.rs"
11+
name = "bibimbap-backend"
12+
613
[dependencies]
714
rocket = "0.5.1"

0 commit comments

Comments
 (0)