mirror of
https://github.com/speice-io/marketdata-shootout
synced 2024-11-16 21:28:08 -05:00
20 lines
323 B
TOML
20 lines
323 B
TOML
[package]
|
|
name = "md_shootout"
|
|
version = "0.1.0"
|
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
capnp = "0.10.1"
|
|
clap = "2.33.0"
|
|
flatbuffers = "0.6.0"
|
|
nom = "5.0.0"
|
|
smallvec = "0.6.10"
|
|
|
|
[dev-dependencies]
|
|
alloc_counter = "0.0.2"
|
|
|
|
[build-dependencies]
|
|
capnpc = "0.10"
|
|
flatc-rust = "0.1.2"
|