| [package] | |
| name = "ukey2_shell" | |
| version.workspace = true | |
| edition.workspace = true | |
| publish.workspace = true | |
| license.workspace = true | |
| [lints] | |
| workspace = true | |
| [dependencies] | |
| crypto_provider_rustcrypto = { workspace = true, features = [ "alloc" ] } | |
| ukey2_connections = { version = "0.1.0", path = "../ukey2_connections" } | |
| clap = { workspace = true, features = ["std", "derive"] } |