mirror of
https://github.com/actix/examples
synced 2024-11-28 00:12:57 +01:00
c01f0ea5f3
Co-authored-by: Rob Ede <robjtede@icloud.com>
19 lines
370 B
TOML
19 lines
370 B
TOML
[package]
|
|
name = "todo"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4.0.0-rc.1"
|
|
actix-files = "0.6.0-beta.15"
|
|
actix-session = "0.5.0-beta.7"
|
|
|
|
diesel = { version = "1.3.2", features = ["postgres", "r2d2"] }
|
|
dotenv = "0.15"
|
|
env_logger = "0.9"
|
|
futures = "0.3.7"
|
|
log = "0.4"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tera = "1.5"
|