Files
WELA/wela-extractor/Cargo.toml
2025-03-09 20:06:34 +09:00

10 lines
153 B
TOML

[package]
name = "wela-extractor"
version = "0.1.0"
edition = "2024"
[dependencies]
csv = "1.3.*"
yaml-rust2 = "0.10.*"
walkdir = "2.*"
serde_json = "*"