[package]
edition = "2024"
name = "ecl"
version = "0.4.2"
authors = ["Duncan McGreggor <oubiwann@gmail.com>"]
build = false
exclude = ["assets/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ECL workflow orchestration (part of Textrynum)"
homepage = "https://github.com/oxur/textrynum"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/oxur/textrynum"
resolver = "2"
[lib]
name = "ecl"
path = "src/lib.rs"
[dependencies]