docs.sheetjs.com/docz/static/cli/Cargo.toml

16 lines
194 B
TOML
Raw Normal View History

2023-05-23 06:28:14 +00:00
[package]
name = "sheetjs2csv"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-08-31 22:09:08 +00:00
v8 = "0.75.1"
2023-05-23 06:28:14 +00:00
[[bin]]
name = "sheet2csv"
path = "sheet2csv.rs"
[[bin]]
name = "snapshot"
path = "snapshot.rs"