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

[dependencies]
array_view.workspace = true
crypto_provider.workspace = true
sink.workspace = true
tinyvec.workspace = true

[features]
std = ["crypto_provider/std"]