mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-19 22:41:13 +00:00
chore: add serde dependency
This commit is contained in:
parent
56e040b4a0
commit
1049f1fd4d
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ chrono = "^0.4"
|
|||
|
||||
portfolio-entity = { path = "../entity" }
|
||||
|
||||
# serde
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
|
||||
# env
|
||||
dotenv = "^0.15"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue