waremax-core 0.1.0

Core types and DES kernel for Waremax simulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "waremax-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Core types and DES kernel for Waremax simulation"

[dependencies]
rkyv = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
rand = { workspace = true }
rand_chacha = { workspace = true }
rand_distr = { workspace = true }