[package] name = "oauth2_noserver" version = "0.1.2" authors = ["nmrshll "] edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/nmrshll/oauth2-noserver-rs" description = "Handles the oauth2 flow for installed apps that don't have a server side" [dependencies] oauth2 = "1.3.0" rand = "0.6.5" webbrowser = "0.4.0" url = "1.7.2"