blob: 123f3e716c237e5ad72f5b15cf192f6cfe398330 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "proportion"
version = "1.0.0"
authors = ["Ben Bridle"]
edition = "2021"
description = "Common proportion type for representing a value ranging from 0 to 1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
mini_paste = "0.1.11"
|