[package] name = "cargo_new_aoc" version = "0.1.1" authors = ["Pranav Balaji Pooruli"] edition = "2021" description = "A program that facilitates creating Rust projects for Advent of Code solutions" license = "MIT" repository = "https://github.com/Python3-8/cargo_new_aoc" keywords = ["adventofcode", "aoc", "cargo"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.7", features = ["derive"] }