Skip to content

Commit

Permalink
next refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Dunne committed Jul 1, 2016
1 parent cda4752 commit 74f0676
Show file tree
Hide file tree
Showing 79 changed files with 2,560 additions and 4,431 deletions.
22 changes: 22 additions & 0 deletions rust/macros/Cargo.toml
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"

Loading

0 comments on commit 74f0676

Please sign in to comment.