19 lines
456 B
TOML
19 lines
456 B
TOML
[package]
|
|
name = "nym-inclusion-probability"
|
|
description = "Nym active set probability simulator"
|
|
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
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
rand = { workspace = true }
|
|
thiserror = { workspace = true }
|