docs.sheetjs.com/docz/static/cli/Cargo.toml
2026-06-15 11:13:04 -04:00

16 lines
195 B
TOML

[package]
name = "sheetjs2csv"
version = "0.1.0"
edition = "2021"
[dependencies]
v8 = "150.0.0"
[[bin]]
name = "sheet2csv"
path = "sheet2csv.rs"
[[bin]]
name = "snapshot"
path = "snapshot.rs"