File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " redisearch_api"
33version = " 0.2.0"
4- authors = [" Gavrie Philipson <gavrie@redislabs.com>" ]
4+ authors = [" Gavrie Philipson <gavrie@redislabs.com>" , " Guy Korland <guy.korland@redislabs.com> " ]
55edition = " 2018"
6-
7- # links = "redisearch"
8- # build = "build.rs"
6+ description = " Rust RediSearch API binding"
7+ license = " BSD-3-Clause"
8+ repository = " https://github.com/RediSearch/redisearch-api-rs"
9+ readme = " README.md"
910
1011[[example ]]
1112name = " hello_redisearch"
1213crate-type = [" cdylib" ]
1314
1415[dependencies ]
16+ redis-module = { version =" 0.5.0" , features = [" experimental-api" ]}
1517bitflags = " 1.1"
1618libc = " 0.2"
1719time = " 0.1"
1820enum-primitive-derive = " 0.1.2"
1921num-traits = " 0.2.8"
2022
21- [dependencies .redis-module ]
22- git = " https://github.com/redislabsmodules/redismodule-rs.git"
23- tag = " v0.5.0"
24- features = [" experimental-api" ] # Required by RediSearch
25-
2623[build-dependencies ]
2724bindgen = " 0.51"
2825cmake = " 0.1"
26+
You can’t perform that action at this time.
0 commit comments