Skip to content

Commit c96e8b7

Browse files
committed
add package info
1 parent 4c03d38 commit c96e8b7

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Cargo.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
[package]
22
name = "redisearch_api"
33
version = "0.2.0"
4-
authors = ["Gavrie Philipson <gavrie@redislabs.com>"]
4+
authors = ["Gavrie Philipson <gavrie@redislabs.com>", "Guy Korland <guy.korland@redislabs.com>"]
55
edition = "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]]
1112
name = "hello_redisearch"
1213
crate-type = ["cdylib"]
1314

1415
[dependencies]
16+
redis-module = { version="0.5.0", features = ["experimental-api"]}
1517
bitflags = "1.1"
1618
libc = "0.2"
1719
time = "0.1"
1820
enum-primitive-derive = "0.1.2"
1921
num-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]
2724
bindgen = "0.51"
2825
cmake = "0.1"
26+

0 commit comments

Comments
 (0)