Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ifb3cf9ad9747795b44eff1ee8cd538536a6a6964
18 lines
389 B
TOML
18 lines
389 B
TOML
[package]
|
|
name = "ncro-narinfo"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[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
|