cargo-ws 0.3.1

cargo plugin, generate vscode workspace file.
1
2
3
4
5
6
7
8
9
10
11
version = "Two"
unstable_features = true

condense_wildcard_suffixes = true
license_template_path = "etc/license.template"
newline_style = "Unix"
use_field_init_shorthand = true
use_try_shorthand = true
merge_derives = false
imports_granularity = "Module"
group_imports = "StdExternalCrate"