climate-cli 0.0.1

climate-cli is a weather cli written in Rust, using the OpenWeather API
1
2
3
fn main() {
    println!("Hello, world!");
}