thesis/project/Cargo.toml
2020-03-24 14:24:20 +02:00

12 lines
292 B
TOML

[package]
name = "project"
version = "0.1.0"
authors = ["Marko Korhonen <marko.korhonen@reekynet.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "2.0.0"
actix-rt = "1.0.0"
serde = "1.0.104"