practice_localMaxima/rust_impl/Cargo.toml

11 lines
253 B
TOML

[package]
name = "LocalMaxima"
version = "0.1.0"
authors = ["Stephen Seo <seo.disparate@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3.21"