score 0.2.0

Discrete event simulation library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "score"
version = "0.2.0"
authors = ["Jesse Jones <jesse9jones@gmail.com>"]
description = "Discrete event simulation library"
readme = "README.md"
keywords = ["discrete", "simulation"]
categories = ["science", "simulation"]
license = "GPL-3.0"
repository = "https://github.com/jesse99/score"

[[example]]
name = "battle_bots"

[[example]]
name = "telephone"
[dependencies.time]
version = "0.1.0"

[dependencies.rustc-serialize]
version = "0.3"

[dependencies.glob]
version = "0.2.0"

[dependencies.rouille]
version = "1.0.0"

[dependencies.clap]
version = "2.24.0"

[dependencies.rand]
version = "0.3.0"