File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.0.2"
44edition = " 2021"
55authors = [" Jürgen Legler <jogihoogi@gmail.com>" ]
66license = " MIT"
7+ keywords = [" quakeworld" , " quake" ]
78homepage = " https://github.com/jogi1/quakeworld"
89repository = " https://github.com/jogi1/quakeworld"
910description = """
@@ -20,7 +21,7 @@ protocol = ["protocol-macros"]
2021ascii_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 }
2425thiserror = " 1.0.26"
2526num_enum = " 0.2.3"
2627byteorder = " 1.4.3"
Original file line number Diff line number Diff line change 22name = " protocol-macros"
33version = " 0.0.1"
44edition = " 2021"
5+ authors = [" Jürgen Legler <jogihoogi@gmail.com>" ]
6+ license = " MIT"
57
68[lib ]
79proc-macro = true
You can’t perform that action at this time.
0 commit comments