[project]
name = "application"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
    {name = "liveinvalley", email = "156389201+liveinvalley@users.noreply.github.com"},
]
dependencies = ["domain @ file:///${PROJECT_ROOT}/../domain"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}


[tool.pdm]
distribution = false