feat: add __network/ipnet-demo

This commit is contained in:
2023-02-26 22:51:19 +08:00
parent 9ec922f965
commit 9e06880a81
4 changed files with 43 additions and 1 deletions

16
__network/ipnet-demo/Cargo.lock generated Normal file
View File

@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ipnet"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
[[package]]
name = "ipnet-demo"
version = "0.1.0"
dependencies = [
"ipnet",
]