initial commit

This commit is contained in:
Joeri Exelmans 2025-09-23 11:53:22 +02:00
commit 5f0f9999fc
13 changed files with 1854 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "icomidal"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"