]> code.octet-stream.net Git - netwatcher/blobdiff - Cargo.toml
Basic listing of interfaces on Windows
[netwatcher] / Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644 (file)
index 0000000..04dea3f
--- /dev/null
@@ -0,0 +1,14 @@
+[package]
+name = "netwatcher"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+
+[dependencies.windows]
+version = "0.56.0"
+features = [
+    "Win32_NetworkManagement_IpHelper",
+    "Win32_NetworkManagement_Ndis",
+    "Win32_Networking_WinSock",
+]