Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
7deb59b719c0be7e58b73412c81df5f6d544a049
/
.
/
services
/
crypto
/
api
/
Cargo.toml
blob: b6c754b19307d9ba44d59667b8a91d92111bb61a [
file
]
# Licensed under the Apache-2.0 license
[
package
]
name
=
"crypto-api"
version
=
"0.1.0"
edition
=
"2021"
license
=
"Apache-2.0"
[
features
]
default
=
[]
ecdsa
=
[]
[
dependencies
]
zerocopy
=
{
version
=
"0.8"
,
features
=
[
"derive"
]
}