Skip to content

Commit

Permalink
adjust the categories
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 29, 2023
1 parent b10a5c0 commit 8602818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "cidr-utils"
version = "0.6.0"
version = "0.6.1"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.67"
repository = "https://github.com/magiclen/cidr-utils"
homepage = "https://magiclen.org/cidr-utils"
keywords = ["cidr", "ip", "ipv4", "ipv6"]
categories = ["parser-implementations", "data-structures", "network-programming"]
categories = ["network-programming"]
description = "This crate provides functions for working with IPv4 CIDRs and IPv6 CIDRs."
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
Expand Down

0 comments on commit 8602818

Please sign in to comment.