Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I02ee54baee048c58a480522ce79159eb6a6a6964
20 lines
466 B
TOML
20 lines
466 B
TOML
[package]
|
|
name = "ncro-narinfo"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
base64.workspace = true
|
|
ed25519-dalek.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[dev-dependencies]
|
|
ed25519-dalek = { workspace = true, features = [ "rand_core" ] }
|
|
rand.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|