kcode-kennedy-session-presentation 0.1.0

Deterministic rendering for Kennedy session tools and controllers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kcode-kennedy-session-presentation"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Deterministic rendering for Kennedy session tools and controllers"
repository = "https://github.com/DavidVorick/kcode"

[dependencies]
anyhow = "1"
chrono = "0.4"
serde_json = "1"

[lints.rust]
unsafe_code = "forbid"

[workspace]