Made stuff serializable
This commit is contained in:
parent
03884c6ff9
commit
1451f41ae3
3 changed files with 9 additions and 3 deletions
|
@ -12,5 +12,7 @@ log = "0.4"
|
|||
tokio = { version = "1.2", features = ["macros", "rt"]}
|
||||
reqwest = "0.11"
|
||||
minidom = "0.13"
|
||||
url = "2.2"
|
||||
url = { version = "2.2", features = ["serde"] }
|
||||
bitflags = "1.2"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue