phasesmith-model 0.1.0

Application-neutral domain records for PhaseSmith
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "phasesmith-model"
description = "Application-neutral domain records for PhaseSmith"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
phasesmith-core = { version = "0.1.0", path = "../phasesmith-core" }
phasesmith-engine = { version = "0.1.0", path = "../phasesmith-engine" }

[lints]
workspace = true