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