[package] name = "te1d" version = "0.0.1" authors = ["Jaywan Chung "] description = "A Simulator of 1D Thermoelectric Effect Models" license = "MIT OR Apache-2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib", "rlib"] [dependencies] ndarray = "0.15.4"