[package] name = "nexrad" version = "0.1.0-rc1" description = "Download and decode functions for NEXRAD radar data." authors = ["Daniel Way "] repository = "https://github.com/danielway/nexrad" license = "MIT" edition = "2021" [dependencies] thiserror = { workspace = true }