melius-vectors 0.1.2

Simple 2-4 dimensional vectors that can be easily created and manipulated.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "melius-vectors"
version = "0.1.2"
description = "Simple 2-4 dimensional vectors that can be easily created and manipulated."
homepage = "https://github.com/PutterBeanut/melius-vectors"
documentation = "https://github.com/PutterBeanut/melius-vectors"
readme = "README.md"
keywords = ["math", "vector", "graph"]
categories = ["mathematics"]
license = "Apache-2.0"
repository = "https://github.com/PutterBeanut/melius-vectors"

[dependencies]