• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "rust_usage_test"
3version = "0.1.0"
4authors = ["Robert Winslow <hello@rwinslow.com>", "FlatBuffers Maintainers"]
5
6[dependencies]
7flatbuffers = { path = "../../rust/flatbuffers" }
8
9[[bin]]
10name = "monster_example"
11path = "bin/monster_example.rs"
12
13[[bin]]
14name = "alloc_check"
15path = "bin/alloc_check.rs"
16
17
18[dev-dependencies]
19quickcheck = "0.6"
20# TODO(rw): look into moving to criterion.rs
21bencher = "0.1.5"
22
23[[bench]]
24# setup for bencher
25name = "flatbuffers_benchmarks"
26harness = false
27