komunikacja z API Krajowego Systemu e-Faktur KSeF 2.0
Biblioteka jest napisana w Rust, gotowa do integracji z istniejącymi projektami.
- --
Dodaj do `Cargo.toml`:
```toml
[dependencies]
ksef-client = "0.1"
tokio = { version = "1.37", features = ["full"] }
chrono = { version = "0.4", features = ["serde"]}
```