We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3d7be commit c0960f6Copy full SHA for c0960f6
Cargo.toml
@@ -21,6 +21,10 @@ license.workspace = true
21
name = "angryoxide"
22
path = "src/main.rs"
23
24
+[features]
25
+default = ["bundled"]
26
+bundled = ["rusqlite/bundled"]
27
+
28
[dependencies]
29
libwifi = { version = "0.3.1", path = "libs/libwifi" }
30
pcap-file = { version = "2.0.0", path = "libs/pcap-file" }
@@ -56,7 +60,7 @@ derive_setters = "0.1.6"
56
60
gpsd_proto = "1.0.0"
57
61
itertools = "0.12.0"
58
62
geographiclib-rs = "0.2.3"
59
-rusqlite = { version = "0.30.0", features = ["bundled"] }
63
+rusqlite = "0.30.0"
64
uuid = { version = "1.6.1", features = ["v4"] }
65
crc32fast = "1.3.2"
66
flate2 = { version = "1.0.28", features = ["zlib"] }
0 commit comments