Initial
This commit is contained in:
13
crates/erplt-db/Cargo.toml
Normal file
13
crates/erplt-db/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "erplt-db"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
erplt-config.path = "../erplt-config"
|
||||
diesel.workspace = true
|
||||
diesel_migrations.workspace = true
|
||||
serde.workspace = true
|
||||
toml.workspace = true
|
||||
anyhow.workspace = true
|
||||
tracing.workspace = true
|
||||
Reference in New Issue
Block a user