14 lines
263 B
TOML
14 lines
263 B
TOML
|
|
[package]
|
||
|
|
name = "invoice"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
chrono.workspace = true
|
||
|
|
uuid.workspace = true
|
||
|
|
thiserror.workspace = true
|
||
|
|
sqlx = { workspace = true }
|
||
|
|
tracing.workspace = true
|