worktrace 0.1.0

An application and network to trace what we've worked.
Documentation
[[bin]]
name = "worktrace"
path = "src/main.rs"

[build-dependencies.worktrace_generator]
version = "0.1.1"

[dependencies.axum]
version = "0.8.3"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["full"]
version = "1.44.2"

[dependencies.worktrace_generator]
version = "0.1.1"

[lib]
crate-type = ["lib", "cdylib"]
name = "worktrace"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "An application and network to trace what we've worked."
edition = "2024"
include = ["/generator/src", "/generator/Cargo.toml", "/src", "/.license.txt", "/build.rs", "/Cargo.toml", "/CONTRIBUTORS.yaml", "/LICENSE", "/README.md"]
license = "MulanPSL-2.0"
name = "worktrace"
readme = "README.md"
repository = "https://github.com/worktrace/app"
version = "0.1.0"