[package] name = "nina" version = "1.0.0" edition = "2018" description = "API for the Bundesamt für Bevölkerungsschutz" license = "Unlicense" documentation = "https://docs.rs/nina" readme = "README.md" repository = "https://git.sr.ht/~fossdd/nina" keywords = ["nina", "bund"] homepage = "https://warnung.bund.de" [dependencies] serde = { version = "1.0.100", features = ["derive"]} serde_json = "1.0.66" curl = "0.4.38"