fibbox 0.1.0

A small utility for dealing with Pythagorean triples
Documentation
[package]
name = "fibbox"
version = "0.1.0"
authors = ["Rusty Chalk <RustyChalk@tuta.io>"]
edition = "2018"
description = "A small utility for dealing with Pythagorean triples"
#documentation = url
readme = "Readme.md"
homepage = "https://gitlab.com/RustyChalk/fibbox"
repository = "https://gitlab.com/RustyChalk/fibbox"
license-file = "LICENSE"
#keywords = ["whatevah", ]
categories = ["mathematics", "science"]

[dependencies]
gmp-mpfr-sys = "=1.1.13"
rug = "=1.6.0"

[dev-dependencies]
rand = "0.7.3"