Initial commit: CSV to SQLite CLI tool
CLI tool to import EDF electricity meter readings from CSV files into a SQLite database. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "pushEDF"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
csv = "1.3"
|
||||
rusqlite = { version = "0.32", features = ["bundled"] }
|
||||
anyhow = "1.0"
|
||||
encoding_rs = "0.8"
|
||||
Reference in New Issue
Block a user