sheet-historical-data-conso.../Cargo.toml

22 lines
417 B
TOML
Raw Permalink Normal View History

2020-08-31 10:25:12 +00:00
[package]
name = "xlsx_parser_extractor"
version = "0.1.0"
authors = ["Shahzad <shahzad@octek.co>"]
edition = "2018"
[lib]
name = "xlsx_parser_extractor"
path = "src/lib.rs"
[[bin]]
name = "xlsx_parser_extractor"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.3"
toml = "0.5"
serde = "1.0.97"
serde_derive = "1.0"