fix features
This commit is contained in:
parent
00ba8a2804
commit
eda1e7ab3b
@ -6,7 +6,7 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
mock = []
|
||||
mock = ["sea-orm/mock"]
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1.17.1"
|
||||
@ -15,4 +15,4 @@ thiserror = "1.0.40"
|
||||
tokio = { version = "1.28.1", features = ["macros"] }
|
||||
|
||||
[dev-dependencies]
|
||||
sea-orm = { version = "0.11.3", features = ["sqlx-postgres", "sqlx-sqlite", "runtime-tokio-rustls", "mock"] }
|
||||
sea-orm = { version = "0.11.3", features = ["sqlx-sqlite"] }
|
||||
|
@ -23,4 +23,3 @@ utoipa = "3.3.0"
|
||||
|
||||
[dev-dependencies]
|
||||
database = { path = "../database", features = ["mock"] }
|
||||
sea-orm = { version = "0.11.3", features = ["postgres-array", "sqlx-postgres", "runtime-tokio-rustls", "mock"] }
|
||||
|
Loading…
Reference in New Issue
Block a user