chore: serde_json

This commit is contained in:
Sebastian Pravda 2023-01-16 15:07:19 +01:00
parent c2f2710990
commit b7f8b16003
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -2216,6 +2216,7 @@ dependencies = [
"sea-orm",
"secrecy",
"serde",
"serde_json",
"serial_test",
"thiserror",
"tokio",

View file

@ -11,6 +11,7 @@ portfolio-entity = { path = "../entity" }
# serde
serde = { version = "^1.0", features = ["derive"] }
serde_json = "1.0"
# csv
csv = "^1.1"