Skip to content

Commit

Permalink
📝 update derive Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xudong-Huang committed Feb 28, 2024
1 parent 1f461fd commit c2e0461
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions may_rpc_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "may_rpc_derive"
version = "0.1.0"
edition = "2021"
authors = ["Xudong Huang <[email protected]>"]
license = "MIT"
documentation = "https://docs.rs/may_rpc"
homepage = "https://github.com/Xudong-Huang/may_rpc"
repository = "https://github.com/Xudong-Huang/may_rpc"
keywords = ["rpc", "protocol", "remote", "procedure", "serialize"]
readme = "README.md"
description = "RPC framework for Rust based on coroutine."

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

Expand Down

0 comments on commit c2e0461

Please sign in to comment.