Rust CLI tool to push CSV data (water and car readings) into SQLite database. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
113 B
TOML
9 lines
113 B
TOML
[package]
|
|
name = "pushWaterCar"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
csv = "1.3"
|
|
rusqlite = "0.32"
|