mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-20 15:01:19 +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]
|
||||
chrono = "^0.4"
|
||||
|
||||
# serialization & deserialization
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
serde_json = "^1.0"
|
||||
|
||||
portfolio-entity = { path = "../entity" }
|
||||
|
||||
# env
|
||||
|
|
|
|||
Loading…
Reference in a new issue