systemprompt-loader 0.1.21

File loading infrastructure for systemprompt.io - separates I/O from shared models
Documentation
[package]
name = "systemprompt-loader"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
description = "File loading infrastructure for systemprompt.io - separates I/O from shared models"

[lints]
workspace = true

[dependencies]
# Core runtime
anyhow = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }

# Serialization
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }

# Async
tokio = { workspace = true }

# systemprompt.io dependencies
systemprompt-extension = { workspace = true }
systemprompt-models = { workspace = true }