Skip to content

Commit 51eceef

Browse files
committed
prepare for publish
1 parent 03fd5e8 commit 51eceef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "redis-module"
33
version = "0.5.0"
4-
authors = ["Gavrie Philipson <[email protected]>"]
4+
authors = ["Gavrie Philipson <[email protected]>", "Guy Korland <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"
77
description = "A toolkit for building Redis modules in Rust"
8-
license = "MIT"
9-
repository = ""
8+
license = "BSD-3-Clause"
9+
repository = "https://github.com/RedisLabsModules/redismodule-rs"
10+
readme = "README.md"
1011

1112
[[example]]
1213
name = "hello"

0 commit comments

Comments
 (0)