[package] name = "crud-auth-no-auth" version = "0.1.6" edition = "2021" authors= ["Mose Valvassori "] description= "No auth for CLI generator for your favorite API." license = "MIT" homepage = "https://github.com/djedi23/crud.rs" repository= "https://github.com/djedi23/crud.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = {workspace=true} crud-auth = {workspace=true} config = {workspace=true}