khuedoan-homelab/applications/index/Cargo.toml

12 lines
256 B
TOML
Raw Normal View History

2020-06-22 00:27:57 +07:00
[package]
2020-06-22 16:25:42 +07:00
name = "index"
2020-06-22 00:27:57 +07:00
version = "0.1.0"
authors = ["Khue Doan <khuedoan98@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "2.0"
actix-rt = "1.0"