We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
avicore
1 parent 76fd51d commit 10cb51cCopy full SHA for 10cb51c
1 file changed
Cargo.toml
@@ -3,6 +3,10 @@ name = "AviCore"
3
version = "2.2.1"
4
edition = "2024"
5
6
+[[bin]]
7
+name = "avicore"
8
+path = "src/main.rs"
9
+
10
[dependencies]
11
reqwest = { version = "0.12.24", features = ["json", "default-tls"] }
12
tokio = { version = "1.35", features = ["full"] }
0 commit comments