todoapp-app 0.2.0

tda use cases: orchestrate the core + ports (decide/apply).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "todoapp-app"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tda use cases: orchestrate the core + ports (decide/apply)."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/davidB/todoapp"

[lib]
name = "todoapp_app"
path = "src/lib.rs"

[[test]]
name = "decider"
path = "tests/decider.rs"

[[test]]
name = "import_sp"
path = "tests/import_sp.rs"

[[test]]
name = "props"
path = "tests/props.rs"

[dependencies.derive_more]
version = "2"
features = [
    "display",
    "error",
    "from",
]

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.todoapp-core]
version = "0.2.0"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]