File tree Expand file tree Collapse file tree 3 files changed +18
-12
lines changed
redismodule-rs-macros-internals Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 1+ [workspace ]
2+ members = [" ." , " redismodule-rs-macros" , " redismodule-rs-macros-internals" ]
3+
4+ [workspace .package ]
5+ version = " 2.0.7"
6+ license = " BSD-3-Clause"
7+ edition = " 2021"
8+
19[package ]
210name = " redis-module"
3- version = " 99.99.99"
11+ version.workspace = true
12+ edition.workspace = true
13+ license.workspace = true
414authors = [" Gavrie Philipson <gavrie@redis.com>" , " Guy Korland <guy.korland@redis.com>" ]
5- edition = " 2021"
615build = " build.rs"
716description = " A toolkit for building Redis modules in Rust"
8- license = " BSD-3-Clause"
917repository = " https://github.com/RedisLabsModules/redismodule-rs"
1018readme = " README.md"
1119keywords = [" redis" , " plugin" ]
@@ -162,4 +170,4 @@ bindgen-static = ["bindgen/static"]
162170bindgen-runtime = [" bindgen/runtime" ]
163171
164172# List all features here, that are not in a exclusive or relationship
165- all-features-but-xor = []
173+ all-features-but-xor = []
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-module-macros-internals"
3- version = " 99.99.99"
43authors = [" Meir Shpilraien <meir@redis.com>" ]
5- edition = " 2021"
64description = " A macros crate for redismodule-rs"
7- license = " BSD-3-Clause"
5+ version.workspace = true
6+ edition.workspace = true
7+ license.workspace = true
88repository = " https://github.com/RedisLabsModules/redismodule-rs"
99keywords = [" redis" , " plugin" ]
1010categories = [" database" , " api-bindings" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-module-macros"
3- version = " 99.99.99"
3+ version.workspace = true
4+ edition.workspace = true
5+ license.workspace = true
46authors = [" Meir Shpilraien <meir@redis.com>" ]
5- edition = " 2021"
67description = " A macros crate for redismodule-rs"
7- license = " BSD-3-Clause"
88repository = " https://github.com/RedisLabsModules/redismodule-rs"
99keywords = [" redis" , " plugin" ]
1010categories = [" database" , " api-bindings" ]
@@ -19,6 +19,4 @@ serde = { version = "1", features = ["derive"] }
1919serde_syn = " 0.1.0"
2020
2121[lib ]
22- name = " redis_module_macros"
23- path = " src/lib.rs"
2422proc-macro = true
You can’t perform that action at this time.
0 commit comments