[package] name = "test_app" version = "0.1.0" edition = "2021" description = "Just me testing how crates work" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "test_app" path = "src/lib.rs" [dependencies] clap = { version = "4.1.8", features = ["derive"] }