From 32782e4ad1ee107ef8cfd8fa4873319d6314f412 Mon Sep 17 00:00:00 2001 From: Casper Date: Mon, 11 May 2020 19:46:37 -0700 Subject: Update Rust Flexbuffers metadata before publishing (#5905) Co-authored-by: Casper Neo --- rust/flexbuffers/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'rust') diff --git a/rust/flexbuffers/Cargo.toml b/rust/flexbuffers/Cargo.toml index 7dec3c94..51e03dfb 100644 --- a/rust/flexbuffers/Cargo.toml +++ b/rust/flexbuffers/Cargo.toml @@ -1,9 +1,14 @@ [package] name = "flexbuffers" version = "0.1.0" -authors = ["Casper Neo "] +authors = ["Casper Neo ", "FlatBuffers Maintainers"] edition = "2018" license = "Apache-2.0" +description = "Official FlexBuffers Rust runtime library." +homepage = "https://google.github.io/flatbuffers/flexbuffers" +repository = "https://github.com/google/flatbuffers" +keywords = ["flatbuffers", "flexbuffers", "serialization", "zero-copy"] +categories = ["encoding", "data-structures", "memory-management"] [dependencies] serde = "1.0.103" -- cgit v1.2.3