Skip to content

Commit 347b8b2

Browse files
committed
Add metadata to include_snippet crate
1 parent a56cf20 commit 347b8b2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

include_snippet/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
[package]
22
name = "neo4rs_include_snippet"
33
version = "0.9.0-rc.10"
4+
authors = [
5+
"Neo4j Labs <devrel@neo4j.com>",
6+
"John Pradeep Vincent <yehohanan7@gmail.com>",
7+
]
48
edition = "2021"
59
description = "Internal proc macro for the include_snippet! macro, used in the neo4rs crate"
10+
license = "MIT"
11+
repository = "https://github.com/neo4j-labs/neo4rs"
12+
documentation = "https://docs.rs/neo4rs"
13+
readme = "../README.md"
14+
keywords = ["neo4j", "driver", "bolt", "cypher", "tokio"]
15+
categories = ["database", "network-programming", "asynchronous"]
616
rust-version = "1.81"
717
publish = true
818

0 commit comments

Comments
 (0)