mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 08:06:38 +00:00
Add serialisation test for Strategy
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
832a6c13ae
commit
ac19952110
3 changed files with 21 additions and 0 deletions
|
@ -18,3 +18,6 @@ serde = { version = "1.0.163", features = ["derive"] }
|
|||
strum = "0.26.1"
|
||||
strum_macros = "0.26.1"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue