mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-06 11:30:44 +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" }
|
portfolio-entity = { path = "../entity" }
|
||||||
|
|
||||||
|
# serde
|
||||||
|
serde = { version = "^1.0", features = ["derive"] }
|
||||||
|
|
||||||
# env
|
# env
|
||||||
dotenv = "^0.15"
|
dotenv = "^0.15"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue