[package] name = "ddx" version = "0.1.0" edition = "2021" description = "Finds the derivative of something. First argument is equation, second is optional @ which x you want the value of the derivative" license = "MIT OR Apache-2.0" repository = "https://github.com/IwuvDoggos/ddx" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ap_calc = "0.1.0" fraction = "0.12.1"