12 lines
239 B
TOML
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 |