21 lines
524 B
TOML
21 lines
524 B
TOML
[package]
|
|
name = "nym-id"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = 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 = { path = "../credential-storage" }
|
|
nym-credentials = { path = "../credentials" }
|