using serde feature from uuid, so i can add an id to a struct definition
This commit is contained in:
@@ -11,4 +11,4 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
futures-util = "0.3.31"
|
||||
url = "2.5.7"
|
||||
uuid = {version = "1.18.1", features = ["v4"] }
|
||||
uuid = {version = "1.18.1", features = ["v4", "serde"] }
|
||||
|
||||
Reference in New Issue
Block a user