mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-07 03:50:36 +00:00
chore: remove unused serde dependency
This commit is contained in:
parent
e09a347d49
commit
9f54417dcc
1 changed files with 0 additions and 4 deletions
|
|
@ -7,10 +7,6 @@ publish = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "^0.4"
|
chrono = "^0.4"
|
||||||
|
|
||||||
# serialization & deserialization
|
|
||||||
serde = { version = "^1.0", features = ["derive"] }
|
|
||||||
serde_json = "^1.0"
|
|
||||||
|
|
||||||
portfolio-entity = { path = "../entity" }
|
portfolio-entity = { path = "../entity" }
|
||||||
|
|
||||||
# env
|
# env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue