Files
ERP.LT/crates/erplt-api/Cargo.toml
2026-09-07 22:47:34 +03:00

12 lines
239 B
TOML

[package]
name = "erplt-api"
version = "0.1.0"
edition = "2024"
[dependencies]
erplt-db.path="../erplt-db"
erplt-config.path = "../erplt-config"
anyhow.workspace = true
axum.workspace = true
tokio.workspace = true
tracing.workspace = true