diff options
author | pommicket <pommicket@gmail.com> | 2025-08-29 04:25:57 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-29 04:25:57 -0400 |
commit | af16284921b65f92601279001531862d1c80cee7 (patch) | |
tree | ffabe5598ab96839de4ff44c53fa2ef44f4db062 /Cargo.toml |
Initial commit (v. 0.1.0)v0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d6aef46 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "ipaddrsrv" +version = "0.1.0" +edition = "2024" + +[dependencies] +ctrlc = { version = "3.4.7", features = ["termination"] } |