1234567891011121314151617 |
- [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]
- actix-web = "2"
- actix-rt = "1"
- actix-files = "0.2"
- env_logger = "0.7"
- serde = { version = "1.0", features = ["derive"] }
- serde_json = "1.0"
- bytes = "0.5"
|