25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
305 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.10"
  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"