soliterm-model 0.1.0

Shared model types for soliterm
Documentation
[package]
name = "soliterm-model"
description = "Shared model types for soliterm"
version = "0.1.0"

authors.workspace = true
edition.workspace = true

categories.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
derive_more.workspace = true
enum-map.workspace = true
itertools.workspace = true
rand.workspace = true
seq-macro.workspace = true
velcro.workspace = true

# TODO: Can we refactor away from this library?
permutations = { version = "0.1.1", features = ["random"] }

[dev-dependencies]
assert2.workspace = true
mockall.workspace = true
rstest.workspace = true