mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-05 19:16:29 +01:00
Fix relative path to readme in Cargo.toml
This commit is contained in:
@@ -7,7 +7,7 @@ documentation = "https://google.github.io/tarpc"
|
||||
homepage = "https://github.com/google/tarpc"
|
||||
repository = "https://github.com/google/tarpc"
|
||||
keywords = ["rpc", "protocol", "framework", "remote", "procedure", "serialize"]
|
||||
readme = "README.md"
|
||||
readme = "../README.md"
|
||||
description = "An RPC framework for Rust with a focus on ease of use."
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user