mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Update Cargo.toml for Crates.io package
This commit is contained in:
parent
be3d0b9c64
commit
ba4a02b46a
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
|||
name = "flatbuffers"
|
||||
version = "0.4.0"
|
||||
authors = ["Robert Winslow <hello@rwinslow.com>", "FlatBuffers Maintainers"]
|
||||
license = "Apache-2.0"
|
||||
description = "Official FlatBuffers Rust runtime library."
|
||||
homepage = "https://google.github.io/flatbuffers/"
|
||||
repository = "https://github.com/google/flatbuffers"
|
||||
keywords = ["flatbuffers", "serialization", "zero-copy"]
|
||||
categories = ["encoding", "data-structures", "memory-management"]
|
||||
|
||||
[dependencies]
|
||||
smallvec = "0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue