aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-10-08 18:07:45 +0100
committerdiogo464 <[email protected]>2025-10-08 18:07:45 +0100
commit7a52879e0db0e4fb311ec840938c5fc4e5775afc (patch)
tree80e1ef5630ce33f99638fdec6dee274c41609f34 /Cargo.toml
parent8af019b563870c5f5441da299c1d226f87f2fcdb (diff)
added list_network_interfaces function
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b0abcfb..9a079c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,5 @@ version = "0.1.0"
4edition = "2024" 4edition = "2024"
5 5
6[dependencies] 6[dependencies]
7ipnet = "2.11.0"
8libc = "0.2.176"