Skip to content

Commit 4ff63b3

Browse files
committed
fix: cargo setup
1 parent bb112f0 commit 4ff63b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.2"
44
edition = "2021"
55
authors = ["Jürgen Legler <jogihoogi@gmail.com>"]
66
license = "MIT"
7+
keywords = ["quakeworld", "quake"]
78
homepage = "https://github.com/jogi1/quakeworld"
89
repository = "https://github.com/jogi1/quakeworld"
910
description = """
@@ -20,7 +21,7 @@ protocol = ["protocol-macros"]
2021
ascii_strings = ["utils"]
2122

2223
[dependencies]
23-
protocol-macros = { path = "./protocol-macros", optional=true }
24+
protocol-macros = { version="0.0.1", path = "./protocol-macros", optional=true }
2425
thiserror = "1.0.26"
2526
num_enum = "0.2.3"
2627
byteorder = "1.4.3"

protocol-macros/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "protocol-macros"
33
version = "0.0.1"
44
edition = "2021"
5+
authors = ["Jürgen Legler <jogihoogi@gmail.com>"]
6+
license = "MIT"
57

68
[lib]
79
proc-macro = true

0 commit comments

Comments
 (0)