fixed/Cargo.toml

20 lines
588 B
TOML
Raw Normal View History

2018-08-09 11:02:34 -07:00
# Copyright © 2018 Trevor Spiteri
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
[package]
name = "fixed"
version = "0.0.0"
authors = ["Trevor Spiteri <tspiteri@ieee.org>"]
description = "Fixed-point numbers"
documentation = "https://docs.rs/fixed"
repository = "https://gitlab.com/tspiter/fixed"
readme = "README.md"
keywords = ["mathematics", "numerics"]
license = "MIT/Apache-2.0"
[dependencies]