Initial Commit

This commit is contained in:
2025-05-13 10:52:54 +02:00
commit 766556e0cf
4 changed files with 333 additions and 0 deletions

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "getaddrinfo"
version = "1.0.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.38", features = ["derive"] }
libc = "0.2.172"