11 lines
314 B
TOML
11 lines
314 B
TOML
[package]
|
|
name = "ratio_ops"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
repository = "https://git.itzana.me/StrafesNET/fixed_wide_vectors"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Ratio operations using trait bounds for avoiding division like the plague."
|
|
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
|
|
|
|
[dependencies]
|