Skip to content

Commit d25ea81

Browse files
committed
Add fields for publishing
1 parent b02051a commit d25ea81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

quic-rpc-derive/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "quic-rpc-derive"
33
version = "0.11.0"
44
edition = "2021"
5+
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>"]
6+
keywords = ["api", "protocol", "network", "rpc", "macro"]
7+
categories = ["network-programming"]
8+
license = "Apache-2.0/MIT"
9+
repository = "https://github.com/n0-computer/quic-rpc"
10+
description = "Macros for quic-rpc"
511

612
[lib]
713
proc-macro = true

0 commit comments

Comments
 (0)