20 lines
429 B
TOML
20 lines
429 B
TOML
[package]
|
|
name = "erplt"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
erplt-db.path="../erplt-db"
|
|
erplt-api.path="../erplt-api"
|
|
erplt-config.path="../erplt-config"
|
|
camino.workspace = true
|
|
clap.workspace = true
|
|
serde.workspace = true
|
|
toml.workspace = true
|
|
anyhow.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|
|
humantime.workspace = true
|
|
humantime-serde.workspace = true
|
|
tokio.workspace = true
|