2018-08-27 11:56:26 +02:00
|
|
|
[package]
|
2022-02-02 03:19:01 +01:00
|
|
|
name = "todo"
|
2022-02-02 02:45:20 +01:00
|
|
|
version = "1.0.0"
|
2022-02-02 02:43:51 +01:00
|
|
|
edition = "2021"
|
2018-08-27 11:56:26 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-files.workspace = true
|
2022-12-21 15:49:28 +01:00
|
|
|
actix-session = { workspace = true, features = ["cookie-session"] }
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-web.workspace = true
|
2020-09-12 17:49:45 +02:00
|
|
|
|
2023-10-29 02:17:49 +02:00
|
|
|
dotenvy.workspace = true
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
|
|
|
log.workspace = true
|
2023-01-02 21:35:11 +01:00
|
|
|
serde.workspace = true
|
2023-07-09 03:05:10 +02:00
|
|
|
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite"] }
|
2022-02-02 03:19:01 +01:00
|
|
|
tera = "1.5"
|