rust-average/Cargo.toml
Vinzent Steinberg 597311ec7f Merge branch 'master' of https://github.com/vks/average
Conflicts:
	Cargo.toml
2017-05-05 13:02:33 +02:00

16 lines
390 B
TOML

[package]
authors = ["Vinzent Steinberg <Vinzent.Steinberg@gmail.com>"]
name = "average"
version = "0.1.0"
license = "MIT/Apache-2.0"
repository = "https://github.com/vks/average"
description = "Calculate the average of a sequence and its error iteratively"
categories = ["science", "no-std"]
keywords = ["statistics", "stats"]
[dependencies]
conv = "0.3"
[dev-dependencies]
rand = "0.3"