14 lines
330 B
TOML
14 lines
330 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
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
rand = { workspace = true }
|
|
thiserror = { workspace = true }
|