ZeroTierOne/zeroidc/Cargo.toml

20 lines
328 B
TOML
Raw Normal View History

2021-10-27 23:11:06 +00:00
[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"
2021-10-27 23:11:06 +00:00
[build-dependencies]
cbindgen = "0.20.0"