[package] name = "godunov" version = "0.1.0" description = "Godunov's method in Rust." documentation = "https://docs.rs/godunov" repository = "https://github.com/mxxo/rust_cfd" license = "MIT OR Apache-2.0" authors = ["Max Orok "] edition = "2018" [dependencies] gauss-quad = "0.1.4" nalgebra = "0.18" nalgebra-lapack = "0.10"