1 2 3 4 5 6 7 8 9 10
[package] name = "rustbot" version = "0.2.1" edition = "2021" description = "My package for aimbot calculations / vector math" repository = "https://github.com/thedraculaisreal/vector_math" license-file = "LICENSE.txt" [dependencies] libm = "0.2.11"