[package] name = "liftoff" version = "0.1.1" authors = ["Julian Gaal "] edition = "2018" description = "Get your coding project off the ground fast. See repo" repository = "https://github.com/juliangaal/liftoff" keywords = ["productivity", "cli"] license = "MIT" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sane = "0.2.1" clap = "2.33.0" leg = "0.1.3" reqwest = "0.9.18" git2 = "0.8" chrono = "0.4.6" regex = "1.1.7"