mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 15:32:50 +00:00
Use serde derive feature
This commit is contained in:
parent
e076701424
commit
1e69ff40d2
@ -41,7 +41,7 @@ rand = "0.8.3"
|
||||
regex = { version = "1", default-features = false, features = ["std"] }
|
||||
roff = { version = "0.2.1", optional = true }
|
||||
rpassword = "5.0.0"
|
||||
serde = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||||
serde_urlencoded = "0.7.0"
|
||||
termcolor = "1.1.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user