mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-17 21:41:20 +00:00
chore: serde_json
This commit is contained in:
parent
c2f2710990
commit
b7f8b16003
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -2216,6 +2216,7 @@ dependencies = [
|
|||
"sea-orm",
|
||||
"secrecy",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serial_test",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ portfolio-entity = { path = "../entity" }
|
|||
|
||||
# serde
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
# csv
|
||||
csv = "^1.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue