We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf507c commit e246c28Copy full SHA for e246c28
Cargo.toml
@@ -2,6 +2,11 @@
2
name = "serde-redis"
3
version = "0.1.0"
4
authors = ["Joe Wilm <[email protected]>"]
5
+description = "Serde deserialization for redis-rs"
6
+license = "MIT OR Apache-2.0"
7
+readme = "README.md"
8
+repository = "https://github.com/one-signal/serde-redis"
9
+documentation = "https://one-signal.github.io/serde-redis/serde_redis/"
10
11
[dependencies]
12
redis = "0.5"
0 commit comments