SpectraRust/Cargo.toml
2026-04-04 23:01:19 +08:00

21 lines
358 B
TOML

[package]
name = "tlusty-rust"
version = "0.1.0"
edition = "2024"
description = "Rust implementation of TLUSTY/SYNSPEC stellar atmosphere modeling"
[dependencies]
ndarray = "0.15"
num-traits = "0.2"
num-complex = "0.4"
anyhow = "1.0"
thiserror = "2.0"
[[bin]]
name = "tlusty"
path = "src/bin/tlusty.rs"
[dev-dependencies]
approx = "0.5"
criterion = "0.5"