We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaff2f commit c4e7e85Copy full SHA for c4e7e85
1 file changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
edition = "2018"
3
name = "resynth"
4
-version = "0.1.0"
+version = "0.1.1"
5
description = "A packet synthesis language"
6
authors = ["Gianni Tedesco <gianni@scaramanga.co.uk>"]
7
license = "GPL-3.0-only"
@@ -18,7 +18,7 @@ keywords = [
18
categories = [
19
"command-line-utilities",
20
"compilers",
21
- "network programming",
+ "network-programming",
22
]
23
include = [
24
"**/*.rs",
0 commit comments