Skip to content

Commit 9bfd56e

Browse files
committed
chore(api): add bin section to Cargo.toml
1 parent 72f199a commit 9bfd56e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/synd_api/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ name = "synd-api"
1111
readme = "README.md"
1212
version = "0.1.0"
1313

14+
[[bin]]
15+
name = "synd-api"
16+
path = "src/main.rs"
17+
1418
[dependencies]
1519
synd-feed = { path = "../synd_feed", version = "0.1.1" }
1620
synd-o11y = { path = "../synd_o11y", version = "0.1.1" }

0 commit comments

Comments
 (0)