ZeroTierOne/zeroidc/Cargo.toml
Grant Limberg 31888f5ef8
provide issuer URL, client ID and local web port to constructor
also construct the oidc client
2021-10-29 09:43:14 -07:00

19 lines
328 B
TOML

[package]
name = "zeroidc"
version = "0.1.0"
edition = "2018"
build = "build.rs"
[lib]
crate-type = ["staticlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
openidconnect = "2.1.0"
base64 = "0.13.0"
url = "2.2.2"
[build-dependencies]
cbindgen = "0.20.0"