summaryrefslogtreecommitdiff
path: root/actix/Cargo.toml
blob: 6de840e4fbf31ea56c77e3433b9c6dca0f0da01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "actix"
version = "0.1.0"
authors = ["xengineering <mail2xengineering@protonmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web = "3"
actix-files = "0.5.0"
clap = "2.33.3"