[package] name = "oauth_decap_github" version = "0.0.5" edition = "2021" authors = ["Augusto Gunsch "] license = "MIT" repository = "https://github.com/augustogunsch/oauth_decap_github" description = """ OAuth server for Decap CMS for GitHub. """ [dependencies] axum = "0.7" oauth_decap_github_lib = "0.0.6" tokio = { version = "1", features=["full"] }