twflip/Cargo.toml

13 lines
281 B
TOML
Raw Normal View History

2024-05-29 22:25:28 +00:00
[package]
name = "twflip"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive"] }
ndarray = "0.15.6"
twmap = "0.12.0"