pulith-source 0.1.0

Composable source abstractions and planning for Pulith
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pulith-source"
version = "0.1.0"
edition = "2024"
description = "Composable source abstractions and planning for Pulith"
license = "Apache-2.0"
repository = "https://github.com/anomalyco/pulith"
documentation = "https://github.com/anomalyco/pulith/blob/main/docs/design/source.md"
readme = "README.md"
keywords = ["source", "planning", "mirror", "adapter"]
categories = ["data-structures", "development-tools"]

[dependencies]
pulith-resource = { path = "../pulith-resource", version = "0.1.0" }

serde.workspace = true
thiserror.workspace = true