kcode-telegram-session-coordinator 0.1.0

Kennedy Telegram session delivery and context coordination
Documentation
[package]
name = "kcode-telegram-session-coordinator"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Kennedy Telegram session delivery and context coordination"
repository = "https://github.com/DavidVorick/kcode"

[dependencies]
anyhow = "1"
chrono = "0.4"
kcode-kweb-db = "1.0.4"
kcode-server-object-envelopes = "0.1.0"
kcode-telegram-identity = "0.1.5"
kcode-tg-kennedy-bot = "0.5.1"
serde_json = "1"
tokio = { version = "1", features = ["sync"] }

[lints.rust]
unsafe_code = "forbid"

[workspace]