14 lines
210 B
TOML
14 lines
210 B
TOML
[package]
|
|
name = "rmath"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
edition = "2018"
|
|
license = "MIT, Apache 2.0"
|
|
|
|
[lib]
|
|
name = "rmath"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
approx = "0.4"
|