15 lines
270 B
TOML
15 lines
270 B
TOML
[package]
|
|
name = "application"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
# Workspace dependencies
|
|
domain = "=0.0.0"
|
|
|
|
# External dependencies
|
|
anyhow = "1.0.94"
|
|
async-trait = "0.1.58"
|
|
thiserror = "1.0"
|