sim-lib-stream-clock 0.1.2

Clock charts and tick conversion helpers for SIM streams.
Documentation
[package]
name = "sim-lib-stream-clock"
version = "0.1.2"
edition = "2024"
license = "MPL-2.0"
description = "Clock charts and tick conversion helpers for SIM streams."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-stream"
homepage = "https://github.com/sim-nest/sim-stream"

[dependencies]
sim-cookbook = { version = "0.2.0" }
sim-citizen = { version = "0.2.0" }
sim-citizen-derive = { version = "0.2.0" }
sim-kernel = { version = "0.2.0" }
sim-value = { version = "0.2.0" }
sim-lib-stream-core = { version = "0.1.4", path = "../sim-lib-stream-core" }

[lints]
workspace = true

[build-dependencies]
sim-cookbook = { version = "0.2.0" }