[package] name = "airac" description = "Utilities to parse and calculate AIRAC cycles." authors = ["Lily Hopkins "] version = "0.1.1" edition = "2021" license = "MIT" homepage = "https://github.com/lilopkins/airac-rs" repository = "https://github.com/lilopkins/airac-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" lazy_static = "1.4"