- [package]
- name = "hello-rust"
- version = "0.1.0"
- authors = ["marion <marion@aionnect.com>"]
- edition = "2018"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- ferris-says = "0.1.1"
- rand = "0.7.3"
- chrono = "0.4.11"
- image = "0.23.1"
- qrcode = "0.12.0"
- leptess = "0.8.1"
|