Archived
1
Fork 0
This repository has been archived on 2024-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
excel-writer-rs/Cargo.toml
2024-05-30 11:32:31 +01:00

10 lines
264 B
TOML

[package]
name = "excel-write-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust_xlsxwriter = {version = "0.42.0", features = ["zlib"]}
xlsxwriter = "0.6.0"