[package] name = "rust_wrr" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "wrr for Rust" documentation = "https://github.com/keienwang/rust_wrr" repository = "https://github.com/keienwang/rust_wrr" homepage = "https://github.com/keienwang/rust_wrr" keywords = ["science", "mathematics", "ai", "hpc"] license = "Apache-2.0" [dependencies] sort_rust = "0.2.0" rust_keien = "0.1.0" rust_wbc = "0.1.0" rust_wek = "0.1.0"