First commit

This commit is contained in:
2025-12-11 23:59:56 +05:00
commit 9b67af7a89
4 changed files with 2115 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "moy_nalog_rs"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.42"
rand = "0.9.2"
reqwest = { version = "0.12.25", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tokio = { version = "1.48.0", features = ["full"] }