This commit is contained in:
Vinzent Steinberg 2017-05-05 13:22:50 +02:00
commit 4b38c9c389
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
[package]
authors = ["Vinzent Steinberg <Vinzent.Steinberg@gmail.com>"]
categories = ["science", "no-std"]
description = "Calculate the average of a sequence and its error iteratively"
keywords = ["statistics", "stats"]
license = "MIT/Apache-2.0"
name = "average"
repository = "https://github.com/vks/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"