michromer 0.3.2

This is a small library to interact with the stockfighter simulation challenges.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "michromer"
description = "This is a small library to interact with the stockfighter simulation challenges."
version = "0.3.2"
authors = ["Elliott Clark <elliott@fb.com>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/elliottneilclark/michromer"

[dependencies]
hyper = "0.9.10"
serde = "0.8"
serde_json = "0.8"
serde_macros = "0.8"
log = "0.3.6"
chrono = { version = "0.2", features = ["serde", "rustc-serialize"] }