12345678910111213 |
- [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]
- jwt = "0.12.0"
- hmac = "0.9.0"
- sha2 = "0.9.2"
- serde = {version = "1.0", features = ["derive"] }
|