25 lines
670 B
TOML
25 lines
670 B
TOML
[package]
|
|
name = "nym-id"
|
|
description = "Functionality for importing and storing credentials and cryptographic keys"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
rust-version.workspace = true
|
|
readme.workspace = true
|
|
publish = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
time.workspace = true
|
|
tracing.workspace = true
|
|
zeroize.workspace = true
|
|
|
|
nym-credential-storage = { workspace = true }
|
|
nym-credentials = { workspace = true }
|