[package]
edition = "2024"
name = "greentic-distributor-dev"
version = "1.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dev-only distributor source that serves packs and components from the local filesystem."
homepage = "https://github.com/greentic"
readme = "README.md"
license = "MIT"
repository = "https://github.com/greentic/greentic-distributor-client"
resolver = "2"
[lib]
name = "greentic_distributor_dev"
path = "src/lib.rs"
[[test]]
name = "dev_source"
path = "tests/dev_source.rs"
[dependencies.greentic-distributor-client]
version = "=1.1.1"
[dev-dependencies.tempfile]
version = "3"