[package] name = "reim" version = "0.0.8" edition = "2021" description = "Complex number library" license = "MIT" documentation = "https://docs.rs/reim" repository = "https://github.com/btwiuse/reim" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "reim" path = "lib.rs" [dependencies] disp = "0" num = "0"