diff --git a/Cargo.toml b/Cargo.toml index ce15569..234d9ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ exclude = [ "tests/*", ] +description = "A convenient and comfortable vector maths crate that supports 2D, 3D, and 4D vectors - along with additional scalar math." +license = "MIT OR Apache-2.0" + [dependencies] num-traits = "0.2.17" approx = "0.5.1" \ No newline at end of file