@@ -3,7 +3,7 @@ name = "pyn"
33description = " A wrapper for the JavaScript package managers: npm, pnpm, and Yarn"
44license = " MIT"
55version = " 0.6.0"
6- authors = [" mitchellhamilton <mitchell@hamil .town>" ]
6+ authors = [" emmatown <git@emmas .town>" ]
77homepage = " https://github.com/Thinkmill/pyn"
88repository = " https://github.com/Thinkmill/pyn"
99edition = " 2021"
@@ -12,14 +12,14 @@ edition = "2021"
1212
1313[dependencies ]
1414
15- serde_json = {version = " 1.0.64" , features = [" preserve_order" ]}
15+ serde_json = { version = " 1.0.64" , features = [" preserve_order" ] }
1616serde = { version = " 1.0.125" , features = [" derive" ] }
17- linked-hash-map = {version = " 0.5.4" ,features = [" serde_impl" ]}
18- structopt = {version = " 0.3" }
19- reqwest = { version = " 0.11.3" , features = [" blocking" , " json" ] }
17+ linked-hash-map = { version = " 0.5.4" , features = [" serde_impl" ] }
18+ structopt = { version = " 0.3" }
19+ reqwest = { version = " 0.11.3" , features = [" blocking" , " json" ] }
2020serde_yaml = " 0.8"
2121ignore = " 0.4.18"
2222dialoguer = " 0.9"
23- tokio = {version = " 1" , features = [" full" ]}
23+ tokio = { version = " 1" , features = [" full" ] }
2424futures = " 0.3"
2525anyhow = " 1.0.53"
0 commit comments