chore: add serde_json (for easier testing)

remove mock test
This commit is contained in:
Sebastian Pravda 2022-10-26 19:29:45 +02:00
parent 162eed786d
commit 0c84d67952
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
portfolio-entity = { path = "../entity" }
rand = "0.8.5"
argon2 = "0.4.1"
@ -21,7 +22,4 @@ features = [
]
[dev-dependencies]
tokio = "1.21.2"
[features]
mock = ["sea-orm/mock"]
tokio = "1.21.2"