cidit 2.0.0

CIDR Inspection Tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cidit"
version = "2.0.0"
authors = ["Albert Fazullin <hex22a@gmail.com>"]
license = "MIT"
description = "CIDR Inspection Tool"
repository = "https://github.com/hex22a/cidit"
edition = "2024"

[dependencies]
clap = { version = "4.5.54", features = ["derive"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tabled = "0.20.0"

[[bin]]
name = "cidit"
path = "src/main.rs"