remove unused feature
This commit is contained in:
parent
81ba464f1b
commit
d453eaf4ae
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,6 @@ edition = "2021"
|
|||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
default = ["napi"]
|
||||
napi = []
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1.17.1"
|
||||
sea-orm = { version = "0.11.3", features = ["sqlx-postgres", "runtime-tokio-rustls"] }
|
||||
|
|
Loading…
Reference in a new issue