File tree Expand file tree Collapse file tree 1 file changed +5
-20
lines changed
Expand file tree Collapse file tree 1 file changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -59,26 +59,11 @@ itertools = "^0.10.3"
5959assert-cmp = " ^0.2.0"
6060zero-copy-pads = " ^0.2.0"
6161terminal_size = " ^0.2.1"
62-
63- [dependencies .structopt ]
64- version = " ^0.3.26"
65- optional = true
66-
67- [dependencies .structopt-utilities ]
68- version = " ^0.1.0"
69- optional = true
70-
71- [dependencies .serde ]
72- version = " ^1.0.142"
73- optional = true
74-
75- [dependencies .serde_json ]
76- version = " ^1.0.83"
77- optional = true
78-
79- [dependencies .strum ]
80- version = " ^0.24.1"
81- features = [" derive" ]
62+ structopt = { version = " ^0.3.26" , optional = true }
63+ structopt-utilities = { version = " ^0.1.0" , optional = true }
64+ serde = { version = " ^1.0.142" , optional = true }
65+ serde_json = { version = " ^1.0.83" , optional = true }
66+ strum = { version = " ^0.24.1" , features = [" derive" ] }
8267
8368[dev-dependencies ]
8469build-fs-tree = " ^0.3.0"
You can’t perform that action at this time.
0 commit comments