Cargo.toml 351 B

1234567891011121314151617181920
  1. [package]
  2. name = "zeroidc"
  3. version = "0.1.0"
  4. edition = "2018"
  5. build = "build.rs"
  6. publish = false
  7. [lib]
  8. crate-type = ["staticlib","rlib"]
  9. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  10. [dependencies]
  11. openidconnect = "2.1.0"
  12. base64 = "0.13.0"
  13. url = "2.2.2"
  14. [build-dependencies]
  15. cbindgen = "0.20.0"