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

View File

@@ -0,0 +1,9 @@
[package]
name = "ipnet-demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ipnet = "2.7.1"