taskflow-build 0.1.0

Build-time code generator for the taskflow DAG framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "taskflow-build"
version = "0.1.0"
edition = "2024"
description = "Build-time code generator for the taskflow DAG framework"
license = "MIT"
repository = "https://github.com/ShYYYY1/rusty-taskflow"
keywords = ["async", "dag", "taskflow", "build-script"]
categories = ["development-tools"]

[dependencies]
serde = { version = "1", features = ["derive"] }
toml = "0.8"