1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/actix_todo/Cargo.toml

24 lines
439 B
TOML
Raw Normal View History

2018-08-27 11:56:26 +02:00
[package]
authors = ["Dan Munckton <dangit@munckfish.net>"]
name = "actix-todo"
version = "0.1.0"
2019-03-11 02:23:44 +01:00
workspace = ".."
edition = "2018"
2018-08-27 11:56:26 +02:00
[dependencies]
2019-06-06 12:47:40 +02:00
actix-web = "1.0.0"
actix-files = "0.1.1"
actix-session = "0.1.0"
2018-08-27 11:56:26 +02:00
dotenv = "0.13.0"
env_logger = "0.5.10"
futures = "0.1.22"
log = "0.4.3"
serde = "1.0.69"
serde_derive = "1.0.69"
serde_json = "1.0.22"
tera = "0.11.8"
[dependencies.diesel]
features = ["postgres", "r2d2"]
version = "1.3.2"