[package] name = "bamboo" version = "0.1.0" edition = "2021" description = "A simple tool to bootstrap projects using templates from git" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.18", features = ["derive"] } git2 = "0.18.1" serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111"