Cargo.toml 351 B

12345678910111213141516
  1. [package]
  2. name = "hello-rust"
  3. version = "0.1.0"
  4. authors = ["marion <marion@aionnect.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. #ferris-says = "0.1.1"
  9. #rand = "0.7.3"
  10. #chrono = "0.4.11"
  11. image = "0.23.1"
  12. qrcode = "0.12.0"
  13. #leptess = "0.8.1"
  14. base64 = "0.12.0"