[package] name = "first_crate" version = "0.2.0" edition = "2021" description = "utilities to make dealing with vectors calculations more convenient." license = "MIT" keywords = ["vector2","vector3"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [lib] doctest = false