practice_runLengthEncoding/rust_impl/Cargo.toml

11 lines
261 B
TOML

[package]
name = "run_length_encoding"
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.22"