diff options
author | Casper <casperneo@uchicago.edu> | 2020-05-11 19:46:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 19:46:37 -0700 |
commit | 32782e4ad1ee107ef8cfd8fa4873319d6314f412 (patch) | |
tree | 29aa7ac8ed263b988818b559f6680e5de128e5df /rust | |
parent | e7f3b1690586896a4e54f86e5129280f4b391ee0 (diff) | |
download | flatbuffers-32782e4ad1ee107ef8cfd8fa4873319d6314f412.tar.gz flatbuffers-32782e4ad1ee107ef8cfd8fa4873319d6314f412.tar.bz2 flatbuffers-32782e4ad1ee107ef8cfd8fa4873319d6314f412.zip |
Update Rust Flexbuffers metadata before publishing (#5905)
Co-authored-by: Casper Neo <cneo@google.com>
Diffstat (limited to 'rust')
-rw-r--r-- | rust/flexbuffers/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
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 <cneo@google.com>"] +authors = ["Casper Neo <cneo@google.com>", "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" |