yup-oauth2 5.0.1

An oauth2 implementation, providing the 'device', 'service account' and 'installed' authorization flows
Documentation
{
	"folders":
	[
		{
			"follow_symlinks": true,
			"path": "../..",
			"file_exclude_patterns" : [
				"Cargo.lock"
			],
			"folder_exclude_patterns" : [
				"target",
				".git",
			],
		},
	],
	"SublimeLinter":
    {
        "linters":
        {
			"rust": {
                "@disable": true,
                "args": [],
                "crate-root": null,
                "excludes": [],
                "use-cargo": true,
                "use-crate-root": true
            },
        }
    }
}