Skip to content

Commit 02ca3cd

Browse files
committed
update docs
1 parent 1fb3da8 commit 02ca3cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[package]
22
name = "neo4rs"
3-
version = "0.5.4"
4-
authors = ["John Vincent <yehohanan7@gmail.com>"]
3+
version = "0.5.5"
4+
authors = ["John Pradeep Vincent <yehohanan7@gmail.com>"]
55
edition = "2018"
66
description = "neo4j driver in rust"
77
license = "MIT"
88
repository = "https://github.com/yehohanan7/neo4rs"
99
documentation = "https://docs.rs/neo4rs"
1010
readme = "../README.md"
11+
keywords = ["neo4j", "rust", "bolt", "cypher", "driver"]
12+
categories = ["database", "network-programming", "asynchronous"]
1113

1214
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1315

0 commit comments

Comments
 (0)