You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 line
304 B

  1. [package]
  2. name = "katrunner"
  3. version = "0.1.0"
  4. authors = ["Kris Kwiatkowski <contact@amongbytes.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. katwalk = "0.0.3"
  8. pqc-sys = { path = "../../src/rustapi/pqc-sys" }
  9. hex = "0.4.2"
  10. threadpool = "1.8.1"
  11. rust-crypto = "^0.2"
  12. lazy_static = "1.4.0"
  13. aes_ctr_drbg = "0.0.2"