mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
25 lines
478 B
TOML
25 lines
478 B
TOML
[package]
|
|
authors = ["Dan Munckton <dangit@munckfish.net>"]
|
|
name = "actix-todo"
|
|
version = "2.0.0"
|
|
workspace = ".."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "2.0.0-alpha.6"
|
|
actix-files = "0.2.0-alpha.3"
|
|
actix-session = "0.3.0-alpha.3"
|
|
actix-rt = "1.0.0"
|
|
dotenv = "0.13.0"
|
|
env_logger = "0.5.10"
|
|
futures = "0.3.1"
|
|
log = "0.4.3"
|
|
serde = "1.0.69"
|
|
serde_derive = "1.0.69"
|
|
serde_json = "1.0.22"
|
|
tera = "1.0"
|
|
|
|
[dependencies.diesel]
|
|
features = ["postgres", "r2d2"]
|
|
version = "1.3.2"
|