api: Add serde to uuid
This commit is contained in:
parent
9747260aab
commit
ecea84d95b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
uuid = "1.3.3"
|
||||
uuid = { version = "1.3.3", features = ["serde"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue