strafe-project/lib/ratio_ops/Cargo.toml

11 lines
310 B
TOML
Raw Normal View History

2024-09-10 19:04:18 +00:00
[package]
name = "ratio_ops"
version = "0.1.0"
edition = "2021"
2025-01-03 11:42:20 +00:00
repository = "https://git.itzana.me/StrafesNET/strafe-project"
2024-09-30 17:18:25 +00:00
license = "MIT OR Apache-2.0"
description = "Ratio operations using trait bounds for avoiding division like the plague."
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
2024-09-10 19:04:18 +00:00
[dependencies]