agent_feed_auth_github 0.1.6

projection-safe feed for local coding-agent activity
Documentation
[package]
name = "agent_feed_auth_github"
version = "0.1.6"
edition.workspace = true
license.workspace = true
description.workspace = true
repository.workspace = true
readme.workspace = true
rust-version.workspace = true

[dependencies]
agent_feed_auth = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
thiserror = { workspace = true }
time = { workspace = true, features = ["formatting", "parsing", "serde"] }

[lints]
workspace = true