aboutsummaryrefslogtreecommitdiff
path: root/nearby/connections/ukey2/ukey2_shell/Cargo.toml
blob: 2ac12faf0fa2295a88f6421481dc524c91e26f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ukey2_shell"
version.workspace = true
edition.workspace = true
publish.workspace = true

[lints]
workspace = true

[dependencies]
crypto_provider_rustcrypto = { workspace = true, features = [ "alloc" ] }
ukey2_rs = { version = "0.1.0", path = "../ukey2" }
ukey2_connections = { version = "0.1.0", path = "../ukey2_connections" }
clap = { workspace = true, features = ["std", "derive"] }