Skip to content

Commit 10cb51c

Browse files
committed
build: Explicitly define avicore as binary target
1 parent 76fd51d commit 10cb51c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "AviCore"
33
version = "2.2.1"
44
edition = "2024"
55

6+
[[bin]]
7+
name = "avicore"
8+
path = "src/main.rs"
9+
610
[dependencies]
711
reqwest = { version = "0.12.24", features = ["json", "default-tls"] }
812
tokio = { version = "1.35", features = ["full"] }

0 commit comments

Comments
 (0)