rust-average/Cargo.toml

13 lines
357 B
TOML
Raw Normal View History

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