Skip to content

Commit

Permalink
Fix category slug
Browse files Browse the repository at this point in the history
  • Loading branch information
giannitedesco committed Jan 5, 2022
1 parent 7eaff2f commit c4e7e85
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,7 +1,7 @@
[package]
edition = "2018"
name = "resynth"
version = "0.1.0"
version = "0.1.1"
description = "A packet synthesis language"
authors = ["Gianni Tedesco <[email protected]>"]
license = "GPL-3.0-only"
Expand All @@ -18,7 +18,7 @@ keywords = [
categories = [
"command-line-utilities",
"compilers",
"network programming",
"network-programming",
]
include = [
"**/*.rs",
Expand Down

0 comments on commit c4e7e85

Please sign in to comment.