forked from google/flatbuffers
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joseph Dunne
committed
Jul 1, 2016
1 parent
cda4752
commit 74f0676
Showing
79 changed files
with
2,560 additions
and
4,431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[package] | ||
name = "flatbuffers_macros" | ||
version = "0.1.0" | ||
authors = ["Joseph Dunne <jd@lambda.tech>"] | ||
license = "Apache-2.0" | ||
description = "Macros for generating flatbuffer objects" | ||
keywords = ["flatbuffers"] | ||
|
||
|
||
[lib] | ||
plugin = true | ||
|
||
[dependencies] | ||
regex = "*" | ||
|
||
[dev-dependencies] | ||
compiletest_rs = "*" | ||
|
||
[dev-dependencies.flatbuffers] | ||
path = "../" | ||
version = ">=0.0" | ||
|
Oops, something went wrong.