num-bigint-dig/Cargo.toml
2014-11-19 16:29:01 +11:00

14 lines
325 B
TOML

[package]
name = "num"
version = "0.0.2"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/num"
repository = "https://github.com/rust-lang/num"
description = """
Simple numerics. This crate contains basic arbitrary-sized integer,
rational, and complex types.
"""