Add serde feature and dependency
This commit is contained in:
parent
351af3a983
commit
5428719ad3
2 changed files with 5 additions and 0 deletions
|
|
@ -4,8 +4,10 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[features]
|
||||
serde = ["dep:serde"]
|
||||
tokio = ["dep:tokio"]
|
||||
|
||||
[dependencies]
|
||||
rusqlite = "0.28"
|
||||
serde = { version = "1.0", optional = true }
|
||||
tokio = { version = "1.25", features = ["sync"], optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue