[package] name = "notalawyer-clap" version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true readme.workspace = true description.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4" notalawyer = { workspace = true }